stefantaga commited on
Commit
cff5998
·
1 Parent(s): 74c2e3b

final modification

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ effnetb2, effnetb2_transforms = create_effnetb2_model(
14
 
15
  effnetb2.load_state_dict(
16
  torch.load(
17
- f="09_pretrained_effnetb2_feature_extractor_pizza_steak_sushi_20_percent.pth",
18
  map_location=torch.device("cpu"), # load to CPU
19
  )
20
  )
 
14
 
15
  effnetb2.load_state_dict(
16
  torch.load(
17
+ f="07_effnetb2_data_20_percent_10_epochs.pth",
18
  map_location=torch.device("cpu"), # load to CPU
19
  )
20
  )