提交 e657c73d 编写于 作者: J Justine Tunney 提交者: drpngx

Add ./ to --checkpoint_inception (#1951)

Fixes #1841
上级 eeb00c02
......@@ -65,7 +65,7 @@ To train a model using pre-trained Inception weights as initialization:
```
wget http://download.tensorflow.org/models/inception_v3_2016_08_28.tar.gz
tar xf inception_v3_2016_08_28.tar.gz
python train.py --checkpoint_inception=inception_v3.ckpt
python train.py --checkpoint_inception=./inception_v3.ckpt
```
To fine tune the Attention OCR model using a checkpoint:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册