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

minor fix megptera maxPool

parent 32a690f1
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,7 @@ get = {
nn.BatchNorm2d(64),
nn.LeakyReLU(0.01),
nn.Dropout(p=.5),
nn.Conv2d(64, 1, 1, bias=False),
nn.MaxPool2d((6, 1))
nn.Conv2d(64, 1, 1, bias=False)
)
),
'delphinid' : nn.Sequential(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment