Skip to content

Commit

Permalink
further clarify model export step in colab
Browse files Browse the repository at this point in the history
  • Loading branch information
gkaldev committed Oct 28, 2020
1 parent 1baff17 commit 069de8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Firebase_ML_on_device_recommentations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,8 @@
"source": [
"# Export model\n",
"\n",
"Now we export the trained model to a tflite file suitable for on-device inference on mobile devices.\n"
"Now we export the trained model to a tflite file suitable for on-device inference on mobile devices.\n",
"Note that here we use the latest checkpoint, number 10000 in the **checkpoint_path**. This results from num_epochs (10) x steps_per_epoch (1000). If you change either parameter in the previous training step, you should update this parameter to accordingly export the latest checkpoint."
]
},
{
Expand Down

0 comments on commit 069de8b

Please sign in to comment.