Skip to content
Snippets Groups Projects
Commit 1377bc0e authored by Paul Best's avatar Paul Best
Browse files

fix height pooling for dolphin model

parent a8307dde
No related branches found
No related tags found
No related merge requests found
......@@ -225,5 +225,6 @@ delphi_model = nn.Sequential(nn.Sequential(
nn.LeakyReLU(0.01),
nn.Dropout(p=.5),
nn.Conv2d(64, 1, 1, bias=False),
nn.MaxPool2d((6, 1))
)
)
\ No newline at end of file
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment