Skip to content

Commit 0ce16f7

Browse files
authored
Update pytorch_example.ipynb
1 parent c215050 commit 0ce16f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
}
162162
],
163163
"source": [
164-
"backbone.load_state_dict(torch.load(\"/raid/data/yanglab/rin3d_downstream/zelong/output/resnet_rin2d/backbone_best_accuracy.pt\"))\n"
164+
"backbone.load_state_dict(torch.load(\"resnet50_torch.pt\"))\n"
165165
]
166166
},
167167
{

0 commit comments

Comments
 (0)