1. 25 7月, 2021 2 次提交
    • Glenn Jocher's avatar
      Update README.md (#4143) · d17b45ea
      Glenn Jocher 提交于
      d17b45ea
    • Glenn Jocher's avatar
      Refactor train.py and val.py `loggers` (#4137) · efe60b56
      Glenn Jocher 提交于
      * Update loggers
      
      * Config
      
      * Update val.py
      
      * cleanup
      
      * fix1
      
      * fix2
      
      * fix3 and reformat
      
      * format sweep.py
      
      * Logger() class
      
      * cleanup
      
      * cleanup2
      
      * wandb package import fix
      
      * wandb package import fix2
      
      * txt fix
      
      * fix4
      
      * fix5
      
      * fix6
      
      * drop wandb into utils/loggers
      
      * fix 7
      
      * rename loggers/wandb_logging to loggers/wandb
      
      * Update message
      
      * Update message
      
      * Update message
      
      * cleanup
      
      * Fix x axis bug
      
      * fix rank 0 issue
      
      * cleanup
      efe60b56
  2. 24 7月, 2021 4 次提交
  3. 23 7月, 2021 1 次提交
  4. 22 7月, 2021 1 次提交
  5. 21 7月, 2021 2 次提交
  6. 20 7月, 2021 1 次提交
  7. 19 7月, 2021 6 次提交
  8. 18 7月, 2021 2 次提交
    • Glenn Jocher's avatar
      AutoShape PosixPath support (#4047) · 9dd33fd2
      Glenn Jocher 提交于
      * AutoShape PosixPath support
      
      Usage example:
      
      ````python
      from pathlib import Path
      
      model = ...
      file = Path('data/images/zidane.jpg')
      
      results = model(file)
      ```
      
      * Update common.py
      9dd33fd2
    • Glenn Jocher's avatar
      Update README.md (#4041) · dd62e2d0
      Glenn Jocher 提交于
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      dd62e2d0
  9. 17 7月, 2021 2 次提交
  10. 16 7月, 2021 1 次提交
  11. 15 7月, 2021 1 次提交
  12. 14 7月, 2021 2 次提交
  13. 13 7月, 2021 1 次提交
  14. 12 7月, 2021 4 次提交
  15. 11 7月, 2021 3 次提交
  16. 10 7月, 2021 1 次提交
  17. 09 7月, 2021 2 次提交
  18. 08 7月, 2021 3 次提交
  19. 07 7月, 2021 1 次提交