1. 06 10月, 2021 1 次提交
  2. 05 10月, 2021 2 次提交
    • Glenn Jocher's avatar
      Implement `--save-period` locally (#5047) · 5afc9c25
      Glenn Jocher 提交于
      This PR adds a new training argument `--save-period` to save training checkpoints every `x` epochs. To save training every 50 epochs for example:
      ```
      python train.py --save-period 50  # saves epoch50.pt, epoch100.pt, epoch150.pt, ... etc.
      ```
      
      This saved checkpoints in addition to existing last.pt and best.pt checkpoints and does not affect their behavior. Default value is -1, i.e. disabled.
      5afc9c25
    • Glenn Jocher's avatar
      Clip TTA Augmented Tails (#5028) · d133968b
      Glenn Jocher 提交于
      * Clip TTA Augmented Tails
      
      Experimental TTA update.
      
      * Update yolo.py
      
      * Update yolo.py
      
      * Update yolo.py
      
      * Update yolo.py
      d133968b
  3. 04 10月, 2021 1 次提交
    • Zhiqiang Wang's avatar
      Fix pylint: do not use bare 'except' (#5025) · 1922ddea
      Zhiqiang Wang 提交于
      * Fix E722, do not use bare 'except'
      
      * Remove used codes
      
      * Add FileNotFoundError in LoadImagesAndLabels
      
      * Remove AssertionError
      
      * Ignore LoadImagesAndLabels
      
      * Ignore downloads.py
      
      * Ignore torch_utils.py
      
      * Ignore train.py
      
      * Ignore datasets.py
      
      * Enable utils/download.py
      
      * Fixing exception in thop
      
      * Remove unused code
      
      * Fixing exception in LoadImagesAndLabels
      
      * Fixing exception in exif_size
      
      * Fixing exception in parse_model
      
      * Ignore exceptions in requests
      
      * Revert the exception as suggested
      
      * Revert the exception as suggested
      1922ddea
  4. 03 10月, 2021 1 次提交
  5. 01 10月, 2021 5 次提交
  6. 30 9月, 2021 4 次提交
  7. 29 9月, 2021 9 次提交
  8. 28 9月, 2021 7 次提交
  9. 27 9月, 2021 5 次提交
  10. 26 9月, 2021 1 次提交
  11. 25 9月, 2021 4 次提交