Skip to content

Commit

Permalink
Update pytorch_example.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
lzl199704 authored Oct 11, 2023
1 parent c215050 commit 0ce16f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
}
],
"source": [
"backbone.load_state_dict(torch.load(\"/raid/data/yanglab/rin3d_downstream/zelong/output/resnet_rin2d/backbone_best_accuracy.pt\"))\n"
"backbone.load_state_dict(torch.load(\"resnet50_torch.pt\"))\n"
]
},
{
Expand Down

0 comments on commit 0ce16f7

Please sign in to comment.