Commit 62c3cab2 authored by Alexander Gorban's avatar Alexander Gorban
Browse files

Change the fixed checkpoint file to attention_ocr_2017_08_09.tar.gz

parent d1173bc9
...@@ -71,8 +71,8 @@ python train.py --checkpoint_inception=./inception_v3.ckpt ...@@ -71,8 +71,8 @@ python train.py --checkpoint_inception=./inception_v3.ckpt
To fine tune the Attention OCR model using a checkpoint: To fine tune the Attention OCR model using a checkpoint:
``` ```
wget http://download.tensorflow.org/models/attention_ocr_2017_05_17.fixed.tar.gz wget http://download.tensorflow.org/models/attention_ocr_2017_08_09.tar.gz
tar xf attention_ocr_2017_05_17.tar.gz tar xf attention_ocr_2017_08_09.tar.gz
python train.py --checkpoint=model.ckpt-399731 python train.py --checkpoint=model.ckpt-399731
``` ```
......
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