"...lm-evaluation-harness.git" did not exist on "14a29adec81df0d1395b67cc48b3a516d912437e"
  1. 30 Jul, 2020 3 commits
    • 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 5 commits
  4. 27 Jul, 2020 1 commit
  5. 24 Jul, 2020 7 commits
  6. 23 Jul, 2020 4 commits
  7. 22 Jul, 2020 6 commits
  8. 21 Jul, 2020 8 commits
  9. 20 Jul, 2020 2 commits