Skip to content

Commit

Permalink
Updating train_model so that the .infer cell does not run until aft…
Browse files Browse the repository at this point in the history
…er the user adds the `model_weights_file` path.
  • Loading branch information
drewoldag committed Jan 6, 2025
1 parent 2c07a57 commit d42e1cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/notebooks/train_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@
"metadata": {},
"outputs": [],
"source": [
"fibad_instance.infer()"
"# Uncomment the following line after setting the model_weights_file in the previous cell\n",
"\n",
"# fibad_instance.infer()"
]
},
{
Expand Down

0 comments on commit d42e1cd

Please sign in to comment.