1. 24 Jun, 2021 1 commit
  2. 23 Jun, 2021 3 commits
    • Vincent Dumoulin's avatar
      Internal change · a0494c94
      Vincent Dumoulin authored
      PiperOrigin-RevId: 381089283
      a0494c94
    • Reed Wanderman-Milne's avatar
      Improve error message when certain flags are not specified. · 0a9026e4
      Reed Wanderman-Milne authored
      In nlp/train.py and vision/beta/train.py, certain flags are marked as required. Additionally, in certain functions, error messages are improved if a necessary flag is not specified, which is a fallback in case a file calling define_flags() does not mark the necessary flags are required. Previously if any of these flags were not specified, it would crash with a cryptic error message, making it hard to tell what went wrong.
      
      In a subsequent change, I will mark flags as required in more files which call define_flags().
      
      PiperOrigin-RevId: 381066985
      0a9026e4
    • Reed Wanderman-Milne's avatar
      Return default strategy from get_distribution_strategy when given "off". · 9f9d07e9
      Reed Wanderman-Milne authored
      Before, it returned None. But almost every use of get_distribution_strategy() assumes an actual strategy is returned and crashes when None is returned. Returning the default strategy fixes these issues and is equivalent to using no strategy, as the default strategy is always in effect when no other strategy is used.
      
      PiperOrigin-RevId: 380951055
      9f9d07e9
  3. 22 Jun, 2021 3 commits
  4. 21 Jun, 2021 2 commits
  5. 20 Jun, 2021 1 commit
  6. 19 Jun, 2021 1 commit
  7. 18 Jun, 2021 3 commits
  8. 17 Jun, 2021 3 commits
  9. 16 Jun, 2021 6 commits
  10. 14 Jun, 2021 3 commits
    • Jaeyoun Kim's avatar
      Copybara import of the project: · bcbce005
      Jaeyoun Kim authored
      --
      63719f08
      
       by Anirudh Vegesana <anirudh.vegesana@gmail.com>:
      
      YOLO Family: Updated model (#9923)
      
      * Update YOLO model
      
      * Fix some docstrings
      
      * Fix docstrings
      
      * Address some of Dr. Davis' changes
      
      * Give descriptive names to the test cases
      
      * Fix bugs
      
      * Fix YOLO head imports
      
      * docstring and variable name updates
      
      * docstring and variable name updates
      
      * docstring and variable name updates
      Co-authored-by: default avatarvishnubanna <banna3vishnu@gmail.com>
      Co-authored-by: default avatarVishnu Banna <43182884+vishnubanna@users.noreply.github.com>
      --
      725b8c8c
      
       by Anirudh Vegesana <anirudh.vegesana@gmail.com>:
      
      disclaimer (#10020)
      Co-authored-by: default avatarVishnu Banna <43182884+vishnubanna@users.noreply.github.com>
      --
      404d24b0 by Anirudh Vegesana <anirudh.vegesana@gmail.com>:
      
      YOLO Family: Linting (#10027)
      
      * YOLO Family: Updated model (#9923)
      
      * Update YOLO model
      
      * Fix some docstrings
      
      * Fix docstrings
      
      * Address ...
      bcbce005
    • Scott Zhu's avatar
      Switch TF to OSS keras (1/N). · 045f34b2
      Scott Zhu authored
      1. Make api_template always use third_party/py/keras (or keras PIP package in OSS).
      2. API tests are updated to ignore tensorflow/python/keras end points.
      3. All Keras-related code will be removed in a follow up change. Keras-specific APIs are tracked in google3/third_party/py/keras/api/golden/
      4. There are a few APIs (optimizer/initializer) that are exposed as both tf and keras APIs. Their pbtxt are updated to reflect the latest class path change.
      
      Once this change is submitted, the current code in tensorflow/python/keras will become a stale copy, and will be removed soon. No more changes should be made to tensorflow/python/keras.
      
      PiperOrigin-RevId: 379353790
      045f34b2
    • Yeqing Li's avatar
      Adds the Model Garden porjects/ folder. · decf72c8
      Yeqing Li authored
      PiperOrigin-RevId: 379338309
      decf72c8
  11. 13 Jun, 2021 1 commit
  12. 12 Jun, 2021 1 commit
  13. 11 Jun, 2021 5 commits
  14. 10 Jun, 2021 1 commit
  15. 09 Jun, 2021 5 commits
  16. 08 Jun, 2021 1 commit