1. 30 Jul, 2020 4 commits
    • A. Unique TensorFlower's avatar
      Internal change · 93248443
      A. Unique TensorFlower authored
      PiperOrigin-RevId: 324084377
      93248443
    • A. Unique TensorFlower's avatar
      Internal change · fe04a5ba
      A. Unique TensorFlower authored
      PiperOrigin-RevId: 323948101
      fe04a5ba
    • Tomer Kaftan's avatar
      Pre-emptively disable the KerasTensors refactoring for the detection models in... · 071bb243
      Tomer Kaftan authored
      Pre-emptively disable the KerasTensors refactoring for the detection models in tensorflow models/official/vision/detection, because they rely on several unsupported things that will stop working entirely when the refactoring goes live.
      
      Specifically:
      * The custom layers implement `__call__` instead of `call` and rely on manually enter the keras backend graph
      * The vision models try to use `tf.while_loop` as Keras op layers during functional API construction, which is unsupported.
      
      Updating the models to avoid this would subtly change the variable names and break the pre-existing tf1-style name-based checkpoints, so for now we will just disable the KerasTensors refactoring for these models.
      
      PiperOrigin-RevId: 323937426
      071bb243
    • Hongkun Yu's avatar
      Remove backward compatibility hack. · de8c6ace
      Hongkun Yu authored
      PiperOrigin-RevId: 323927843
      de8c6ace
  2. 29 Jul, 2020 4 commits
  3. 28 Jul, 2020 9 commits
  4. 27 Jul, 2020 1 commit
  5. 24 Jul, 2020 12 commits
  6. 23 Jul, 2020 10 commits