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
bf5e7792
"...resnet50_tensorflow.git" did not exist on "67446adbddfa688b8e9c51161f9efab1fff07101"
Unverified
Commit
bf5e7792
authored
Aug 24, 2020
by
Tab Zhang
Committed by
GitHub
Aug 24, 2020
Browse files
fix typo in ENAS comments (#2806)
parent
08edcfbb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sdk/pynni/nni/nas/pytorch/search_space_zoo/enas_cell.py
src/sdk/pynni/nni/nas/pytorch/search_space_zoo/enas_cell.py
+1
-1
No files found.
src/sdk/pynni/nni/nas/pytorch/search_space_zoo/enas_cell.py
View file @
bf5e7792
...
@@ -109,7 +109,7 @@ class ENASMicroLayer(nn.Module):
...
@@ -109,7 +109,7 @@ class ENASMicroLayer(nn.Module):
pprev: torch.Tensor
pprev: torch.Tensor
the output of the previous previous layer
the output of the previous previous layer
prev: torch.Tensor
prev: torch.Tensor
the output of the previous
previous
layer
the output of the previous layer
"""
"""
if
self
.
reduction
:
if
self
.
reduction
:
pprev
,
prev
=
self
.
reduce0
(
pprev
),
self
.
reduce1
(
prev
)
pprev
,
prev
=
self
.
reduce0
(
pprev
),
self
.
reduce1
(
prev
)
...
...
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