1. 06 Jul, 2020 1 commit
  2. 13 Feb, 2020 1 commit
  3. 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
  4. 12 Nov, 2017 1 commit
  5. 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
  6. 21 Sep, 2017 1 commit
  7. 08 Aug, 2017 1 commit
  8. 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
  9. 01 May, 2017 1 commit