pull/331/head
weishengyu 2020-10-20 16:50:08 +08:00
parent 9579c4eb15
commit 80cc0d8c86
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ class ShuffleNet(Layer):
def ShuffleNetV2_x0_25(**args):
model = ShuffleNetV2(scale=0.25, **args)
model = ShuffleNet(scale=0.25, **args)
return model