Commit 0e860b19 authored by richardbrks's avatar richardbrks
Browse files

remove unnecessary trailing comma

parent dea7ecf6
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
After your model has been trained, you should export it to a Tensorflow After your model has been trained, you should export it to a Tensorflow
graph proto. A checkpoint will typically consist of three files: graph proto. A checkpoint will typically consist of three files:
* model.ckpt-${CHECKPOINT_NUMBER}.data-00000-of-00001, * model.ckpt-${CHECKPOINT_NUMBER}.data-00000-of-00001
* model.ckpt-${CHECKPOINT_NUMBER}.index * model.ckpt-${CHECKPOINT_NUMBER}.index
* model.ckpt-${CHECKPOINT_NUMBER}.meta * model.ckpt-${CHECKPOINT_NUMBER}.meta
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment