projects
/
pytorch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5db6798
)
Update.
author
Francois Fleuret
<francois@fleuret.org>
Thu, 10 Sep 2020 17:50:16 +0000
(19:50 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 10 Sep 2020 17:50:16 +0000
(19:50 +0200)
flatparam.py
patch
|
blob
|
history
diff --git
a/flatparam.py
b/flatparam.py
index
e0627b2
..
57a8720
100755
(executable)
--- a/
flatparam.py
+++ b/
flatparam.py
@@
-34,7
+34,8
@@
model = nn.Sequential(
nn.ReLU(),
nn.Sequential(
nn.Linear(4, 4),
- nn.ReLU(), nn.Linear(4, 2)
+ nn.ReLU(),
+ nn.Linear(4, 2)
)
)