"tests/vscode:/vscode.git/clone" did not exist on "7298bdd8177c16eadb74f6166327f5984fd8c69d"
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