- 05 Jan, 2018 2 commits
-
-
Alexander Gorban authored
Use temp variable for predictions.
-
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.
-
- 20 Oct, 2017 1 commit
-
-
Alexander Gorban authored
-
- 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.
-