1. 12 8月, 2021 4 次提交
    • Ayush Chaurasia's avatar
      W&B: Fix for 4360 (#4388) · a4e45530
      Ayush Chaurasia 提交于
      * Improve docstrings and run names
      
      * default wandb login prompt with timeout
      
      * return key
      
      * Update api_key check logic
      
      * Properly support zipped dataset feature
      
      * update docstring
      
      * Revert tuorial change
      
      * extend changes to log_dataset
      
      * add run name
      
      * bug fix
      
      * bug fix
      
      * Update comment
      
      * fix import check
      
      * remove unused import
      
      * Hardcore .yaml file extension
      
      * reduce code
      
      * Reformat using pycharm
      
      * Remove redundant try catch
      
      * More refactoring and bug fixes
      
      * retry
      
      * Reformat using pycharm
      
      * respect LOGGERS include list
      
      * Fix
      
      * fix
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      a4e45530
    • Ayush Chaurasia's avatar
      W&B: Add advanced features tutorial (#4384) · 75d323dd
      Ayush Chaurasia 提交于
      * Improve docstrings and run names
      
      * default wandb login prompt with timeout
      
      * return key
      
      * Update api_key check logic
      
      * Properly support zipped dataset feature
      
      * update docstring
      
      * Revert tuorial change
      
      * extend changes to log_dataset
      
      * add run name
      
      * bug fix
      
      * bug fix
      
      * Update comment
      
      * fix import check
      
      * remove unused import
      
      * Hardcore .yaml file extension
      
      * reduce code
      
      * Reformat using pycharm
      
      * Remove redundant try catch
      
      * More refactoring and bug fixes
      
      * retry
      
      * Reformat using pycharm
      
      * respect LOGGERS include list
      
      * Initial readme update
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      75d323dd
    • Glenn Jocher's avatar
      Update README.md (#4387) · 11e4aebf
      Glenn Jocher 提交于
      11e4aebf
    • Glenn Jocher's avatar
      Created using Colaboratory · b27f69f1
      Glenn Jocher 提交于
      b27f69f1
  2. 11 8月, 2021 2 次提交
  3. 05 8月, 2021 2 次提交
  4. 04 8月, 2021 3 次提交
  5. 03 8月, 2021 3 次提交
    • imyhxy's avatar
      Fixed logging level in distributed mode (#4284) · 771ac6c5
      imyhxy 提交于
      Co-authored-by: 's avatarfkwong <huangfuqiang@transai.cn>
      771ac6c5
    • junji hashimoto's avatar
      Feature `python train.py --cache disk` (#4049) · 2d990632
      junji hashimoto 提交于
      * Add cache-on-disk and cache-directory to cache images on disk
      
      * Fix load_image with cache_on_disk
      
      * Add no_cache flag for load_image
      
      * Revert the parts('logging' and a new line) that do not need to be modified
      
      * Add the assertion for shapes of cached images
      
      * Add a suffix string for cached images
      
      * Fix boundary-error of letterbox for load_mosaic
      
      * Add prefix as cache-key of cache-on-disk
      
      * Update cache-function on disk
      
      * Add psutil in requirements.txt
      
      * Update train.py
      
      * Cleanup1
      
      * Cleanup2
      
      * Skip existing npy
      
      * Include re-space
      
      * Export return character fix
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      2d990632
    • Ayush Chaurasia's avatar
      W&B: Fix sweep bug (#4276) · 621caea5
      Ayush Chaurasia 提交于
      * Improve docstrings and run names
      
      * default wandb login prompt with timeout
      
      * return key
      
      * Update api_key check logic
      
      * Properly support zipped dataset feature
      
      * update docstring
      
      * Revert tuorial change
      
      * extend changes to log_dataset
      
      * add run name
      
      * bug fix
      
      * bug fix
      
      * Update comment
      
      * fix import check
      
      * remove unused import
      
      * Hardcore .yaml file extension
      
      * reduce code
      
      * Reformat using pycharm
      
      * Remove redundant try catch
      
      * More refactoring and bug fixes
      
      * retry
      
      * Reformat using pycharm
      
      * respect LOGGERS include list
      
      * call wandblogger.log instead of wandb.log
      
      * Fix Sweep bug
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      621caea5
  6. 02 8月, 2021 5 次提交
  7. 01 8月, 2021 2 次提交
    • Ayush Chaurasia's avatar
      W&B: suppress warnings (#4257) · cd540d86
      Ayush Chaurasia 提交于
      * Improve docstrings and run names
      
      * default wandb login prompt with timeout
      
      * return key
      
      * Update api_key check logic
      
      * Properly support zipped dataset feature
      
      * update docstring
      
      * Revert tuorial change
      
      * extend changes to log_dataset
      
      * add run name
      
      * bug fix
      
      * bug fix
      
      * Update comment
      
      * fix import check
      
      * remove unused import
      
      * Hardcore .yaml file extension
      
      * reduce code
      
      * Reformat using pycharm
      
      * Remove redundant try catch
      
      * More refactoring and bug fixes
      
      * retry
      
      * Reformat using pycharm
      
      * respect LOGGERS include list
      
      * call wandblogger.log instead of wandb.log
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      cd540d86
    • Kalen Michael's avatar
      Add `train.py` and `val.py` callbacks (#4220) · b74929c9
      Kalen Michael 提交于
      * added callbacks
      
      * Update callbacks.py
      
      * Update train.py
      
      * Update val.py
      
      * Fix CamlCase add staticmethod
      
      * Refactor logger into callbacks
      
      * Cleanup
      
      * New callback on_val_image_end()
      
      * Add curves and results images to TensorBoard
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      b74929c9
  8. 31 7月, 2021 1 次提交
    • Glenn Jocher's avatar
      Update `profile()` for CUDA Memory allocation (#4239) · d8f18834
      Glenn Jocher 提交于
      * Update profile()
      
      * Update profile()
      
      * Update profile()
      
      * Update profile()
      
      * Update profile()
      
      * Update profile()
      
      * Update profile()
      
      * Update profile()
      
      * Update profile()
      
      * Update profile()
      
      * Update profile()
      
      * Update profile()
      
      * Cleanup
      d8f18834
  9. 30 7月, 2021 6 次提交
  10. 29 7月, 2021 5 次提交
  11. 28 7月, 2021 5 次提交
  12. 27 7月, 2021 1 次提交
  13. 26 7月, 2021 1 次提交