-
-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implemented dropout layer support for reducing overfitting.
Now either a 'd' or 'D' can be specified in the model definition at 'layer_order' so that either nn.Dropout or spatial nn.Dropout2D layers can be added for potentially improved network regularization. In addition, the dropout probability can be specified by a new 'dropout_prob' parameter which can take a single float, a list or tuple of floats to allow to specify the dropout probability for each single convolution in the double convolution step.
- Loading branch information
Showing
2 changed files
with
63 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters