Unverified Commit 570448ea authored by changqi97's avatar changqi97 Committed by GitHub
Browse files

fix the bug that can only create two stage (#4956)

parent f24dc27b
......@@ -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):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment