Spaces:
Sleeping
Sleeping
Update lrp_pipeline_2.py
Browse files- lrp_pipeline_2.py +1 -1
lrp_pipeline_2.py
CHANGED
|
@@ -318,7 +318,7 @@ def lrp_main(pixel_conversion):
|
|
| 318 |
*classifier_list
|
| 319 |
) # Replace the model classifier
|
| 320 |
|
| 321 |
-
PATH = "
|
| 322 |
checkpoint = torch.load(PATH, map_location=torch.device("cpu"))
|
| 323 |
vgg16.load_state_dict(checkpoint)
|
| 324 |
# vgg16.to(torch.device('cuda'))
|
|
|
|
| 318 |
*classifier_list
|
| 319 |
) # Replace the model classifier
|
| 320 |
|
| 321 |
+
PATH = "herlev_best_adam_vgg16_modified12.pth"
|
| 322 |
checkpoint = torch.load(PATH, map_location=torch.device("cpu"))
|
| 323 |
vgg16.load_state_dict(checkpoint)
|
| 324 |
# vgg16.to(torch.device('cuda'))
|