We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea7ecf commit 0e860b1Copy full SHA for 0e860b1
research/object_detection/g3doc/exporting_models.md
@@ -3,7 +3,7 @@
3
After your model has been trained, you should export it to a Tensorflow
4
graph proto. A checkpoint will typically consist of three files:
5
6
-* model.ckpt-${CHECKPOINT_NUMBER}.data-00000-of-00001,
+* model.ckpt-${CHECKPOINT_NUMBER}.data-00000-of-00001
7
* model.ckpt-${CHECKPOINT_NUMBER}.index
8
* model.ckpt-${CHECKPOINT_NUMBER}.meta
9
0 commit comments