"tests/vscode:/vscode.git/clone" did not exist on "186bfd2eb9ee44db129d1dac70dcabe01461227b"
  1. 15 Sep, 2020 3 commits
  2. 14 Sep, 2020 2 commits
  3. 13 Sep, 2020 1 commit
  4. 11 Sep, 2020 3 commits
  5. 10 Sep, 2020 1 commit
  6. 09 Sep, 2020 1 commit
  7. 08 Sep, 2020 1 commit
  8. 04 Sep, 2020 1 commit
  9. 03 Sep, 2020 1 commit
  10. 02 Sep, 2020 2 commits
  11. 27 Aug, 2020 1 commit
  12. 26 Aug, 2020 4 commits
  13. 13 Aug, 2020 2 commits
  14. 12 Aug, 2020 2 commits
  15. 05 Aug, 2020 6 commits
  16. 04 Aug, 2020 2 commits
  17. 03 Aug, 2020 2 commits
  18. 31 Jul, 2020 3 commits
  19. 30 Jul, 2020 2 commits
    • 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
    • Tomer Kaftan's avatar
      Pre-emptively disable the KerasTensors refactoring for the detection models in... · ccc60760
      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
      ccc60760