Skip to content

Commit a41d24a

Browse files
Update SpleenSeg_Pretrained-4_27.ipynb
1 parent 6928eb9 commit a41d24a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/SpleenLiverSegmentation/SpleenSeg_Pretrained-4_27.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,14 +393,14 @@
393393
"outputs": [],
394394
"source": [
395395
"mmar = {\n",
396-
" RemoteMMARKeys.ID: \"monai_spleen_ct_segmentation\"\",\n",
396+
" RemoteMMARKeys.ID: \"monai_spleen_ct_segmentation\",\n",
397397
" RemoteMMARKeys.NAME: \"monai_spleen_ct_segmentation\",\n",
398398
" RemoteMMARKeys.FILE_TYPE: \"zip\",\n",
399399
" RemoteMMARKeys.HASH_TYPE: \"md5\",\n",
400400
" RemoteMMARKeys.HASH_VAL: None,\n",
401401
" RemoteMMARKeys.MODEL_FILE: os.path.join(\"models\", \"model.pt\"),\n",
402402
" RemoteMMARKeys.CONFIG_FILE: os.path.join(\"configs\", \"train.json\"),\n",
403-
" RemoteMMARKeys.VERSION: \"0.5.3\",\n",
403+
" RemoteMMARKeys.VERSION: \"0.5.3\"\n",
404404
"}"
405405
]
406406
},

0 commit comments

Comments
 (0)