Reboot2004 commited on
Commit
4df432a
·
verified ·
1 Parent(s): b737fa4

Update lrp_pipeline_2.py

Browse files
Files changed (1) hide show
  1. 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 = "herlev_best_adam_vgg16_modified12_final.pth"
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'))