Skip to content

Commit 2ba1d8e

Browse files
committed
revert change in tcia
Signed-off-by: YunLiu <[email protected]>
1 parent a9c95de commit 2ba1d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_zoo/TCIA_PROSTATEx_Prostate_MRI_Anatomy_Model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
},
501501
"outputs": [],
502502
"source": [
503-
"model.load_state_dict(torch.load(checkpoint, map_location=device, weights_only=True))\n",
503+
"model.load_state_dict(torch.load(checkpoint, map_location=device))\n",
504504
"model.eval()\n",
505505
"results = []\n",
506506
"with torch.no_grad():\n",

0 commit comments

Comments
 (0)