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
336d671c
"vscode:/vscode.git/clone" did not exist on "db91e8e6e4c60ef816d2f2f80b4e4c445be8a7ee"
Unverified
Commit
336d671c
authored
Apr 21, 2021
by
Ankit Aggarwal
Committed by
GitHub
Apr 21, 2021
Browse files
Fixed typo on line 75 of nni/nas/pytorch/mutables.py (#3538)
parent
1278c439
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nni/nas/pytorch/mutables.py
nni/nas/pytorch/mutables.py
+1
-1
No files found.
nni/nas/pytorch/mutables.py
View file @
336d671c
...
...
@@ -72,7 +72,7 @@ class Mutable(nn.Module):
"""
After the search space is parsed, it will be the module name of the mutable.
"""
return
self
.
_name
if
hasattr
(
self
,
"_name"
)
else
"
_key
"
return
self
.
_name
if
hasattr
(
self
,
"_name"
)
else
self
.
_key
@
name
.
setter
def
name
(
self
,
name
):
...
...
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