1. 19 10月, 2021 4 次提交
  2. 18 10月, 2021 2 次提交
  3. 16 10月, 2021 2 次提交
    • Glenn Jocher's avatar
      Update Objects365.yaml val count (#5212) · 0000334a
      Glenn Jocher 提交于
      0000334a
    • Glenn Jocher's avatar
      Autofix duplicate label handling (#5210) · 991c654e
      Glenn Jocher 提交于
      * Autofix duplicate labels
      
      PR changes duplicate label handling from report error and ignore image-label pair to report warning and autofix image-label pair. 
      
      This should fix this common issue for users and allow everyone to get started and get a model trained faster and easier than before.
      
      * sign fix
      
      * Cleanup
      
      * Increment cache version
      
      * all to any fix
      991c654e
  4. 15 10月, 2021 5 次提交
  5. 14 10月, 2021 4 次提交
  6. 13 10月, 2021 2 次提交
  7. 12 10月, 2021 7 次提交
  8. 11 10月, 2021 5 次提交
  9. 10 10月, 2021 2 次提交
  10. 09 10月, 2021 1 次提交
  11. 08 10月, 2021 3 次提交
  12. 06 10月, 2021 1 次提交
  13. 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