Skip to content

Commit

Permalink
Removed unnecessary dropout.
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinosdrosos committed Nov 6, 2019
1 parent cbbfcab commit 412bfc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/_modules/dnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def __init__(self, cnn_channels, cnn_dropout):
super(DNN, self).__init__()

layer_1 = nn.Sequential(
nn.Dropout2d(cnn_dropout),
nn.Conv2d(
in_channels=1, out_channels=cnn_channels,
kernel_size=5, stride=1, padding=2
Expand Down

0 comments on commit 412bfc8

Please sign in to comment.