fix mv3 large bug

This commit is contained in:
littletomatodonkey 2020-07-16 12:27:59 +00:00
parent 3667498bad
commit cc5900caca
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class MobileNetV3():
[5, 72, 40, True, 'relu', (2, 1)],
[5, 120, 40, True, 'relu', 1],
[5, 120, 40, True, 'relu', 1],
[3, 240, 80, False, 'hard_swish', 1],
[3, 240, 80, False, 'hard_swish', 2],
[3, 200, 80, False, 'hard_swish', 1],
[3, 184, 80, False, 'hard_swish', 1],
[3, 184, 80, False, 'hard_swish', 1],