Skip to content

Commit cac5172

Browse files
authored
Fix model download link
1 parent e8fbc2a commit cac5172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

captum/optim/models/_image/inception_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
GS_SAVED_WEIGHTS_URL = (
99
"https://github.com/pytorch/captum/raw/"
10-
+ "optim-wip/captum/optim/_models/inception5h.pth"
10+
+ "optim-wip/captum/optim/models/_image/inception5h.pth"
1111
)
1212

1313

0 commit comments

Comments
 (0)