1. 21 Jul, 2020 1 commit
    • kyscg's avatar
      AttentionOCR partial TF2 migration (#8843) · 50fa3eb9
      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
      50fa3eb9
  2. 06 Jul, 2020 1 commit
  3. 13 Feb, 2020 1 commit
  4. 05 Jan, 2018 1 commit
    • Alexander Gorban's avatar
      Fix demo_inference to properly normalize input. · 89e19ed2
      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.
      89e19ed2
  5. 12 Nov, 2017 1 commit
  6. 20 Oct, 2017 1 commit
    • Alexander Gorban's avatar
      Fix all deprecation warnings. · d723e734
      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
      d723e734
  7. 21 Sep, 2017 1 commit
  8. 08 Aug, 2017 1 commit
  9. 05 Jul, 2017 1 commit
    • Alexander Gorban's avatar
      Add spatial attention. · 58a5da7b
      Alexander Gorban authored
      The spatial attention described in the paper was ported from the internal
      implementation and is disabled by default.
      58a5da7b
  10. 01 May, 2017 1 commit