- 21 Jul, 2020 1 commit
-
-
kyscg authored
* update readme according to template * initial upgrades * demo_inference updated, need to check tf.flags * issues with tf.image * manual checks needed for tf.contrib * more tf2 updates, need to fix tf.contrib and tf.flags
-
- 06 Jul, 2020 1 commit
-
-
Xavier Gibert authored
* Added export for SavedModel format. * Fixed some pylint errors.
-
- 13 Feb, 2020 1 commit
-
-
Alexander Gorban authored
* research/attention_ocr: Minor changes to make it compatible with python 3. * research/attention_ocr: Script to create a smaller test file.
-
- 05 Jan, 2018 1 commit
-
-
Alexander Gorban authored
Before the fix the demo_inference.py used batch_norm and it did the normalization of input image implicitly. If at inference time the batch_norm was disabled the inference produced incorrect results. This fix does the proper input image normalization and disables the batch_norm at inference time.
-
- 12 Nov, 2017 1 commit
-
-
Alexander Gorban authored
-
- 20 Oct, 2017 1 commit
-
-
Alexander Gorban authored
1. Update README.md 2. argmax, use axis instead of deminsion 3. use tf.profiler.profile instead of model_analyzer.print_model_analysis
-
- 21 Sep, 2017 1 commit
-
-
Neal Wu authored
-
- 08 Aug, 2017 1 commit
-
-
Alexander Gorban authored
Changes: - A working version - Make the predicted_text to be a part of the model.
-
- 05 Jul, 2017 1 commit
-
-
Alexander Gorban authored
The spatial attention described in the paper was ported from the internal implementation and is disabled by default.
-
- 01 May, 2017 1 commit
-
-
Alexander Gorban authored
-