Skip to content

Commit

Permalink
Merge pull request #149 from asimov876/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
emedvedev authored Oct 14, 2019
2 parents cc7feb0 + d25f001 commit 264af1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ aocr export --format=frozengraph ./exported-model

Load weights from the latest checkpoints and export the model into the `./exported-model` directory.

**Note**: During training, it is possible to pass parameters describing the dimensions of the input images (`--max-width`, `--max-height`, etc.). If you used them during training, make sure to also pass them to the `export` command. Otherwise the exported model will not work properly when serving (next section).

### Serving

Exported SavedModel can be served as a HTTP REST API using [Tensorflow Serving](https://github.com/tensorflow/serving). You can start the server by running following command:
Expand Down

0 comments on commit 264af1b

Please sign in to comment.