Spaces:
Runtime error
Runtime error
stefantaga
commited on
Commit
·
cff5998
1
Parent(s):
74c2e3b
final modification
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ effnetb2, effnetb2_transforms = create_effnetb2_model(
|
|
| 14 |
|
| 15 |
effnetb2.load_state_dict(
|
| 16 |
torch.load(
|
| 17 |
-
f="
|
| 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 |
)
|