Skip to content

Commit 5eeac6f

Browse files
authored
Update Colab_inference_demo.ipynb
1 parent 9684ff6 commit 5eeac6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/Colab_inference_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
"model_info = ModelInfo(\n",
294294
" name=model_selection,\n",
295295
" model_input_size=64 if model_selection == "SegResNet" else [64,64,64],\n",
296-
" num_classes=2,"\n",
296+
" num_classes=2,\n",
297297
")"
298298
"inference_config.model_info = model_info"
299299
"result = cs3d.inference_on_images(\n",

0 commit comments

Comments
 (0)