projects
/
pysvrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95146c1
)
Oups.
author
Francois Fleuret
<francois@fleuret.org>
Thu, 22 Jun 2017 15:49:56 +0000
(17:49 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 22 Jun 2017 15:49:56 +0000
(17:49 +0200)
cnn-svrt.py
patch
|
blob
|
history
diff --git
a/cnn-svrt.py
b/cnn-svrt.py
index
227d9b4
..
07c11b3
100755
(executable)
--- a/
cnn-svrt.py
+++ b/
cnn-svrt.py
@@
-250,7
+250,7
@@
class DeepNet2(nn.Module):
x = fn.max_pool2d(x, kernel_size=2)
x = fn.relu(x)
- x = x.view(-1,
1536
)
+ x = x.view(-1,
2048
)
x = self.fc1(x)
x = fn.relu(x)