Skip to content

Commit 0e860b1

Browse files
committed
remove unnecessary trailing comma
1 parent dea7ecf commit 0e860b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/object_detection/g3doc/exporting_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
After your model has been trained, you should export it to a Tensorflow
44
graph proto. A checkpoint will typically consist of three files:
55

6-
* model.ckpt-${CHECKPOINT_NUMBER}.data-00000-of-00001,
6+
* model.ckpt-${CHECKPOINT_NUMBER}.data-00000-of-00001
77
* model.ckpt-${CHECKPOINT_NUMBER}.index
88
* model.ckpt-${CHECKPOINT_NUMBER}.meta
99

0 commit comments

Comments
 (0)