Thenujan commited on
Commit
5bd99dc
·
1 Parent(s): 6631613

model commit

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. cnn-resnet-version-1.pt +3 -0
  3. requirements.txt +3 -3
app.py CHANGED
@@ -25,7 +25,7 @@ model = create_model(
25
  # Load saved weights
26
  model.load_state_dict(
27
  torch.load(
28
- f="09_pretrained_effnetb2_feature_extractor_pizza_steak_sushi_20_percent.pth",
29
  map_location=torch.device("cpu"), # load to CPU
30
  )
31
  )
 
25
  # Load saved weights
26
  model.load_state_dict(
27
  torch.load(
28
+ f="cnn-resnet-version-1.pt",
29
  map_location=torch.device("cpu"), # load to CPU
30
  )
31
  )
cnn-resnet-version-1.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e78681c1005db8327d6ef33ce67a40abb2c57723ef77f1ccc73fcf7e59ed20e6
3
+ size 98552625
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
- torch==1.12.0
2
- torchvision==0.13.0
3
- gradio==3.1.4
 
1
+ torch
2
+ torchvision
3
+ gradio