Skip to content

Commit

Permalink
Update model to B7
Browse files Browse the repository at this point in the history
  • Loading branch information
leihuayi committed Jun 21, 2023
1 parent 24bc388 commit f9a5d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
'revolver',
'semi_auto_style_militaire_autre']

MODEL_TORCH = Model.efficientnet_b6
INPUT_SIZE = 528
MODEL_TORCH = Model.efficientnet_b7
INPUT_SIZE = 600
device = torch.device('cpu')


Expand Down

0 comments on commit f9a5d0a

Please sign in to comment.