1. 15 Jun, 2020 1 commit
  2. 12 Jun, 2020 12 commits
    • Dan Anghel's avatar
      Push to Github of changes to DELF package (#8670) · b3ef7ae9
      Dan Anghel authored
      
      
      * First version of working script to download the GLDv2 dataset
      
      * First version of the DEFL package installation script
      
      * First working version of the DELF package installation script
      
      * Fixed feedback from PR review
      
      * Push to Github of changes to the TFRecord data generation script for DELF.
      
      * Merged commit includes the following changes:
      315363544  by Andre Araujo:
      
          Added the generation of TRAIN and VALIDATE splits from the train dataset.
      
      --
      314676530  by Andre Araujo:
      
          Updated script to download GLDv2 images for DELF training.
      
      --
      314101235  by Andre Araujo:
      
          Added newly created module 'utils' to the copybara script.
      
      --
      313677085  by Andre Araujo:
      
          Code migration from TF1 to TF2 for:
          - logging (replaced usage of tf.compat.v1.logging.info)
          - testing directories (replaced usage of tf.compat.v1.test.get_temp_dir())
          - feature/object extraction scripts (replaced usage of tf.compat.v1.train.string_input_producer and tf.compat.v1.train.start_queue_runners with PIL)
      
      --
      312770828  by Andre Araujo:
      
          Internal change.
      
      --
      
      PiperOrigin-RevId: 315363544
      
      * First version of the updated README of the DELF training instructions
      
      * Added to the README the section describing the generation of the training data
      
      * Added warning about the TFRecord generation time
      
      * Updated the launch of the training
      
      * Minor README update
      
      * Integrated review feedback
      
      * Merged commit includes the following changes:
      315971979  by Andre Araujo:
      
          Performance optimization in generating the TRAIN and VALIDATION splits per label.
      
      --
      315578370  by Andre Araujo:
      
          Tiny fix to char limit in extractor.py.
      
      --
      315546242  by Andre Araujo:
      
          Script to measure DELG latency.
      
      --
      315545801  by Andre Araujo:
      
          Pre-load PCA parameters, if using them when extracting DELF/G features.
      
      --
      315450392  by Andre Araujo:
      
          Code migration from TF1 to TF2 for:
          - loading the models using  in extractor.py and detector.py using tf.saved_model.load
          - removed tf.compat.v1.Session for the extractor and detector model usage
      
      --
      315406342  by Andre Araujo:
      
          Internal change.
      
      --
      
      PiperOrigin-RevId: 315971979
      Co-authored-by: default avatarAndre Araujo <andrearaujo@google.com>
      b3ef7ae9
    • Hongkun Yu's avatar
      Internal change · 11eeb9cb
      Hongkun Yu authored
      PiperOrigin-RevId: 316198562
      11eeb9cb
    • Mark Daoust's avatar
      install tf_slim (#8633) · 49181822
      Mark Daoust authored
      49181822
    • Hongkun Yu's avatar
      Internal change · 2014ac24
      Hongkun Yu authored
      PiperOrigin-RevId: 316150621
      2014ac24
    • Maxim Neumann's avatar
      Allow to provide custom metrics to run_classifier. · 40fdb50c
      Maxim Neumann authored
      PiperOrigin-RevId: 316134518
      40fdb50c
    • Maxim Neumann's avatar
      Support using sample weights for finetuning regression. · 2dfd1e63
      Maxim Neumann authored
      Replace as well the regression loss with Keras loss object.
      
      PiperOrigin-RevId: 316062800
      2dfd1e63
    • Chen Chen's avatar
      Internal Change · 5a4c4e18
      Chen Chen authored
      PiperOrigin-RevId: 316054828
      5a4c4e18
    • Chen Chen's avatar
      Internal change · 9cdb5d72
      Chen Chen authored
      PiperOrigin-RevId: 316053809
      9cdb5d72
    • A. Unique TensorFlower's avatar
      Avoid lint warning by using a Python raw string, r'...'. · b426f52d
      A. Unique TensorFlower authored
      PiperOrigin-RevId: 316053787
      b426f52d
    • Abdullah Rashwan's avatar
      Internal change · 74b847c0
      Abdullah Rashwan authored
      PiperOrigin-RevId: 316052873
      74b847c0
    • Dan Anghel's avatar
      DELF Training Documentation Update (#8663) · 41613994
      Dan Anghel authored
      
      
      * First version of working script to download the GLDv2 dataset
      
      * First version of the DEFL package installation script
      
      * First working version of the DELF package installation script
      
      * Fixed feedback from PR review
      
      * Push to Github of changes to the TFRecord data generation script for DELF.
      
      * Merged commit includes the following changes:
      315363544  by Andre Araujo:
      
          Added the generation of TRAIN and VALIDATE splits from the train dataset.
      
      --
      314676530  by Andre Araujo:
      
          Updated script to download GLDv2 images for DELF training.
      
      --
      314101235  by Andre Araujo:
      
          Added newly created module 'utils' to the copybara script.
      
      --
      313677085  by Andre Araujo:
      
          Code migration from TF1 to TF2 for:
          - logging (replaced usage of tf.compat.v1.logging.info)
          - testing directories (replaced usage of tf.compat.v1.test.get_temp_dir())
          - feature/object extraction scripts (replaced usage of tf.compat.v1.train.string_input_producer and tf.compat.v1.train.start_queue_runners with PIL)
      
      --
      312770828  by Andre Araujo:
      
          Internal change.
      
      --
      
      PiperOrigin-RevId: 315363544
      
      * First version of the updated README of the DELF training instructions
      
      * Added to the README the section describing the generation of the training data
      
      * Added warning about the TFRecord generation time
      
      * Updated the launch of the training
      
      * Minor README update
      
      * Integrated review feedback
      Co-authored-by: default avatarAndre Araujo <andrearaujo@google.com>
      41613994
    • moneypi's avatar
      update a3c_cartpole.py to tf2.x (#8662) · 8722f59f
      moneypi authored
      * update a3c_cartpole.py to tf2.x
      
      * update a3c_cartpole.py to tf2.x
      8722f59f
  3. 11 Jun, 2020 4 commits
  4. 10 Jun, 2020 8 commits
  5. 09 Jun, 2020 7 commits
  6. 08 Jun, 2020 6 commits
    • Dan Anghel's avatar
      Push to Github of changes to the TFRecord generation of GLDv2 dataset (#8650) · e82a2d9f
      Dan Anghel authored
      * First version of working script to download the GLDv2 dataset
      
      * First version of the DEFL package installation script
      
      * First working version of the DELF package installation script
      
      * Fixed feedback from PR review
      
      * Push to Github of changes to the TFRecord data generation script for DELF.
      
      * Merged commit includes the following changes:
      315363544  
      
          Added the generation of TRAIN and VALIDATE splits from the train dataset.
      
      --
      314676530  
      
          Updated script to download GLDv2 images for DELF training.
      
      --
      314101235  
      
          Added newly created module 'utils' to the copybara script.
      
      --
      313677085  
      
          Code migration from TF1 to TF2 for:
          - logging (replaced usage of tf.compat.v1.logging.info)
          - testing directories (replaced usage of tf.compat.v1.test.get_temp_dir())
          - feature/object extraction scripts (replaced usage of tf.compat.v1.train.string_input_producer and tf.compat.v1.train.start_queue_runners with PIL)
      
      --
      312770828  by 
      
          Internal change.
      
      --
      
      PiperOrigin-RevId: 315363544
      e82a2d9f
    • Abdullah Rashwan's avatar
      Internal change · a9684184
      Abdullah Rashwan authored
      PiperOrigin-RevId: 315331850
      a9684184
    • Chen Chen's avatar
      Internal change · 39bdc9c2
      Chen Chen authored
      PiperOrigin-RevId: 315325330
      39bdc9c2
    • Hongkun Yu's avatar
      Task.__init__(params) gets a type annotation, not a default value. · ec7265be
      Hongkun Yu authored
      PiperOrigin-RevId: 315322201
      ec7265be
    • Hongkun Yu's avatar
      Move utils to TimeHistory · 3269c84b
      Hongkun Yu authored
      PiperOrigin-RevId: 315287705
      3269c84b
    • Hongkun Yu's avatar
      Enable bert pretraining on fp16. · ea61bbf0
      Hongkun Yu authored
      PiperOrigin-RevId: 315214450
      ea61bbf0
  7. 06 Jun, 2020 1 commit
  8. 05 Jun, 2020 1 commit