Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
e0a64f95
Unverified
Commit
e0a64f95
authored
Dec 08, 2021
by
Yuge Zhang
Committed by
GitHub
Dec 08, 2021
Browse files
Fix Retiarii version issues on full test (#4371)
parent
f4150039
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dependencies/recommended_gpu.txt
dependencies/recommended_gpu.txt
+1
-1
examples/nas/oneshot/enas/macro.py
examples/nas/oneshot/enas/macro.py
+1
-1
No files found.
dependencies/recommended_gpu.txt
View file @
e0a64f95
...
@@ -5,7 +5,7 @@ tensorflow
...
@@ -5,7 +5,7 @@ tensorflow
keras == 2.4.3
keras == 2.4.3
torch == 1.10.0+cu111
torch == 1.10.0+cu111
torchvision == 0.11.1+cu111
torchvision == 0.11.1+cu111
pytorch-lightning >= 1.
4.2
pytorch-lightning >= 1.
5.0
onnx
onnx
peewee
peewee
graphviz
graphviz
...
...
examples/nas/oneshot/enas/macro.py
View file @
e0a64f95
...
@@ -32,7 +32,7 @@ class ENASLayer(mutables.MutableScope):
...
@@ -32,7 +32,7 @@ class ENASLayer(mutables.MutableScope):
if
self
.
skipconnect
is
not
None
:
if
self
.
skipconnect
is
not
None
:
connection
=
self
.
skipconnect
(
prev_layers
[:
-
1
])
connection
=
self
.
skipconnect
(
prev_layers
[:
-
1
])
if
connection
is
not
None
:
if
connection
is
not
None
:
out
+
=
connection
out
=
out
+
connection
return
self
.
batch_norm
(
out
)
return
self
.
batch_norm
(
out
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment