Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
62c3cab2
Commit
62c3cab2
authored
Aug 09, 2017
by
Alexander Gorban
Browse files
Change the fixed checkpoint file to attention_ocr_2017_08_09.tar.gz
parent
d1173bc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
attention_ocr/README.md
attention_ocr/README.md
+2
-2
No files found.
attention_ocr/README.md
View file @
62c3cab2
...
@@ -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_0
5_17.fixed
.tar.gz
wget http://download.tensorflow.org/models/attention_ocr_2017_0
8_09
.tar.gz
tar xf attention_ocr_2017_0
5_17
.tar.gz
tar xf attention_ocr_2017_0
8_09
.tar.gz
python train.py --checkpoint=model.ckpt-399731
python train.py --checkpoint=model.ckpt-399731
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment