1. 20 11月, 2020 3 次提交
  2. 19 11月, 2020 4 次提交
  3. 18 11月, 2020 7 次提交
  4. 17 11月, 2020 7 次提交
  5. 16 11月, 2020 3 次提交
    • Glenn Jocher's avatar
      Matplotlib AGG backend (#1413) · 92c9b728
      Glenn Jocher 提交于
      92c9b728
    • Glenn Jocher's avatar
      Recursive directories dataset capability (#1408) · 548a98a3
      Glenn Jocher 提交于
      * Recursive directories dataset capability
      
      * x.split('.')[-1]
      
      * f += glob.glob(f"{p}{os.sep}**.*", recursive=True)
      
      * f += glob.glob(str(p / '**.*'), recursive=True)
      
      * remove . from image and vid formats
      
      * .txt to txt
      
      * str(p / '**' / '*.*')
      548a98a3
    • Glenn Jocher's avatar
      W&B logging add hyperparameters (#1399) · 9c91aeae
      Glenn Jocher 提交于
      * W&B logging add hyperparameters
      
      * hyp bug fix and image logging updates
      
      * if plots and wandb:
      
      * cleanup
      
      * wandb/ gitignore add
      
      * cleanup 2
      
      * cleanup 3
      
      * move wandb import to top of file
      
      * wandb evolve
      
      * update import
      
      * wandb.run.finish()
      
      * default anchors: 3
      9c91aeae
  6. 15 11月, 2020 1 次提交
  7. 14 11月, 2020 7 次提交
  8. 13 11月, 2020 2 次提交
  9. 12 11月, 2020 1 次提交
  10. 11 11月, 2020 4 次提交
  11. 10 11月, 2020 1 次提交