Skip to content

Commit

Permalink
fix mv3 large bug
Browse files Browse the repository at this point in the history
  • Loading branch information
littletomatodonkey committed Jul 16, 2020
1 parent 3667498 commit cc5900c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppocr/modeling/backbones/rec_mobilenet_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, params):
[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],
Expand Down

0 comments on commit cc5900c

Please sign in to comment.