"...pipelines/controlnet/pipeline_controlnet_inpaint.py" did not exist on "91925fbb761d944d54271660c4c3cffee55798fa"
  1. 30 Jul, 2020 4 commits
    • A. Unique TensorFlower's avatar
      Internal change · 5366f605
      A. Unique TensorFlower authored
      PiperOrigin-RevId: 323948101
      5366f605
    • 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
    • Hongkun Yu's avatar
      Remove backward compatibility hack. · 52504780
      Hongkun Yu authored
      PiperOrigin-RevId: 323927843
      52504780
    • Vivek Rathod's avatar
      Use BackupHandler from tf_slim instead of OD API's clone. · b658b16d
      Vivek Rathod authored
      PiperOrigin-RevId: 323916181
      b658b16d
  2. 29 Jul, 2020 5 commits
  3. 28 Jul, 2020 10 commits
  4. 27 Jul, 2020 1 commit
  5. 24 Jul, 2020 11 commits
  6. 23 Jul, 2020 9 commits