1. 27 Jul, 2020 1 commit
  2. 24 Jul, 2020 10 commits
  3. 23 Jul, 2020 12 commits
  4. 22 Jul, 2020 7 commits
  5. 21 Jul, 2020 6 commits
  6. 20 Jul, 2020 4 commits
    • Allen Wang's avatar
      Add in RetinaNet MLIR benchmarks. · f05df686
      Allen Wang authored
      PiperOrigin-RevId: 322244056
      f05df686
    • Allen Wang's avatar
      Internal change · 7e3fbeee
      Allen Wang authored
      PiperOrigin-RevId: 322234532
      7e3fbeee
    • TF Object Detection Team's avatar
      Merge pull request #8909 from kmindspark:singleframe2 · df103208
      TF Object Detection Team authored
      PiperOrigin-RevId: 322234001
      df103208
    • Tomer Kaftan's avatar
      Make hack in official/vision/detection models that enters the backend keras... · 363a36cd
      Tomer Kaftan authored
      Make hack in official/vision/detection models that enters the backend keras graph stop happening once we enable the Functional API KerasTensors refactoring:
      
      As a workaround hack for the tf op layer conversion being fragile, the detection models have to explicitly enter the Keras backend graph.
      
      When we enable the KerasTensors refactoring of the Functional API internals, the op layer conversion will be much more reliable and this hack will not be necessary. In addition, the hack actually causes the models to break when we enable the refactoring (because it causes tensors to leak out of a graph).
      
      So, this CL changes the existing hack to stop applying once we've enabled the KerasTensors refactoring.
      
      PiperOrigin-RevId: 322229802
      363a36cd