Spaces:
Runtime error
Runtime error
Commit
·
25c0ad4
1
Parent(s):
870a28d
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ effnetb0.classifier = nn.Sequential(
|
|
31 |
)
|
32 |
|
33 |
#load saved weights
|
34 |
-
effnetb0.load_state_dict(torch.load('pretrained_effnetb0_stanford_cars_20_percent.pth'
|
35 |
map_location=torch.device("cpu"))
|
36 |
|
37 |
|
|
|
31 |
)
|
32 |
|
33 |
#load saved weights
|
34 |
+
effnetb0.load_state_dict(torch.load('pretrained_effnetb0_stanford_cars_20_percent.pth',
|
35 |
map_location=torch.device("cpu"))
|
36 |
|
37 |
|