Skip to content

Fix dropout in DL1* models

Joschka Birk requested to merge birk-fix-dl1d-example into master

Summary

This MR introduces the following changes

  • adds the entry dropout_rate to the DL1 example training config
  • removes global dropout from DL1* models config

I think the dropout entry in the training config is actually a little confusing in the DL1 case. A non-zero value just means that dropout_rate will be used for the dropout rates, but the value of dropout doesn't have any effect.

Conformity

Edited by Joschka Birk

Merge request reports