"src/diffusers/pipelines/chroma/pipeline_chroma.py" did not exist on "0e460675e2c886ac4e9e8b09704be2a4d8aae15d"
  1. 18 Jun, 2019 1 commit
  2. 14 Jun, 2019 4 commits
    • Toby Boyd's avatar
      Fix graph.rewrite for TF 2.0 and remove num_parallel_batches (#7019) · d44b7283
      Toby Boyd authored
      * tf.compat.v1.train.experimental.enable_mixed_precision_graph_rewrite
      
      * Remove num_parallel_batches which is not used.
      d44b7283
    • Toby Boyd's avatar
      Add ResNet tests for NHWC and layout optimizer off. (#7018) · 097c8051
      Toby Boyd authored
      * layout off for some tests and channels last.
      
      * 8 gpu tests channels_last
      
      * more layout off tests.
      097c8051
    • Toby Boyd's avatar
      Resnet56 forced eager benchmark and no_dist_strat eager accuracy test. (#7017) · 7b329985
      Toby Boyd authored
      * Add 1 gpu force_eager benchmark
      
      * Add accuracy for no dist strat eager
      
      * remvove return.
      7b329985
    • André Araujo's avatar
      Some refactoring + Google Landmarks dataset scripts (#7014) · 7cd29f8c
      André Araujo authored
      * Merged commit includes the following changes:
      253126424  by Andre Araujo:
      
          Scripts to compute metrics for Google Landmarks dataset.
      
          Also, a small fix to metric in retrieval case: avoids duplicate predicted images.
      
      --
      253118971  by Andre Araujo:
      
          Metrics for Google Landmarks dataset.
      
      --
      253106953  by Andre Araujo:
      
          Library to read files from Google Landmarks challenges.
      
      --
      250700636  by Andre Araujo:
      
          Handle case of aggregation extraction with empty set of input features.
      
      --
      250516819  by Andre Araujo:
      
          Add minimum size for DELF extractor.
      
      --
      250435822  by Andre Araujo:
      
          Add max_image_size/min_image_size for open-source DELF proto / module.
      
      --
      250414606  by Andre Araujo:
      
          Refactor extract_aggregation to allow reuse with different datasets.
      
      --
      250356863  by Andre Araujo:
      
          Remove unnecessary cmd_args variable from boxes_and_features_extraction.
      
      --
      249783379  by Andre Araujo:
      
          Create directory for writing mapping file if it does not exist.
      
      --
      249581591  by Andre Araujo:
      
          Refactor scripts to extract boxes and features from images in Revisited datasets.
          Also, change tf.logging.info --> print for easier logging in open source code.
      
      --
      249511821  by Andre Araujo:
      
          Small change to function for file/directory handling.
      
      --
      249289499  by Andre Araujo:
      
          Internal change.
      
      --
      
      PiperOrigin-RevId: 253126424
      
      * Updating DELF init to adjust to latest changes
      
      * Editing init files for python packages
      
      * Edit D2R dataset reader to work with py3.
      
      PiperOrigin-RevId: 253135576
      
      * DELF package: fix import ordering
      7cd29f8c
  3. 13 Jun, 2019 12 commits
  4. 12 Jun, 2019 3 commits
  5. 11 Jun, 2019 2 commits
    • saberkun's avatar
      Merged commit includes the following changes: (#6993) · e7b4d364
      saberkun authored
      252534787  by hongkuny<hongkuny@google.com>:
      
          Transformer vocab fix to strip correctly in py2
      
      --
      
      PiperOrigin-RevId: 252534787
      e7b4d364
    • saberkun's avatar
      Merged commit includes the following changes: (#6992) · f2eb1701
      saberkun authored
      252522861  by hongkuny<hongkuny@google.com>:
      
          Remove export using trained model due to implementation error
      
      --
      252156812  by yuefengz<yuefengz@google.com>:
      
          Fix the callback method name in BERT: replaced on_batch_start with on_batch_begin. Without the fix, it won't work with Keras callbacks.
      
      --
      251782065  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      PiperOrigin-RevId: 252522861
      f2eb1701
  6. 10 Jun, 2019 1 commit
  7. 07 Jun, 2019 1 commit
  8. 06 Jun, 2019 6 commits
  9. 05 Jun, 2019 10 commits