Skip to content

Commit

Permalink
Update Colab_inference_demo.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
MMathisLab authored Dec 22, 2024
1 parent 9684ff6 commit 5eeac6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Colab_inference_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
"model_info = ModelInfo(\n",
" name=model_selection,\n",
" model_input_size=64 if model_selection == "SegResNet" else [64,64,64],\n",
" num_classes=2,"\n",
" num_classes=2,\n",
")"
"inference_config.model_info = model_info"
"result = cs3d.inference_on_images(\n",
Expand Down

0 comments on commit 5eeac6f

Please sign in to comment.