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
570448ea
".github/git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "51c81e339bb50db2cb5fb282498886562883b5f0"
Unverified
Commit
570448ea
authored
Jul 01, 2022
by
changqi97
Committed by
GitHub
Jul 01, 2022
Browse files
fix the bug that can only create two stage (#4956)
parent
f24dc27b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nni/algorithms/nas/pytorch/fbnet/mutator.py
nni/algorithms/nas/pytorch/fbnet/mutator.py
+1
-1
No files found.
nni/algorithms/nas/pytorch/fbnet/mutator.py
View file @
570448ea
...
...
@@ -148,7 +148,7 @@ class FBNetMutator(BaseMutator):
for
i
in
range
(
left
,
left
+
right
):
ops_names_mutable
[
i
]
=
ops_names
left
=
right
left
+
=
right
# Create the mixed op
for
i
,
mutable
in
enumerate
(
self
.
undedup_mutables
):
...
...
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