"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "95dc9045f07f8a101718d4feea1182e4d84cba33"
Commit e657c73d authored by Justine Tunney's avatar Justine Tunney Committed by drpngx
Browse files

Add ./ to --checkpoint_inception (#1951)

Fixes #1841
parent 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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment