1. 24 11月, 2020 9 次提交
  2. 23 11月, 2020 2 次提交
    • Glenn Jocher's avatar
      Confusion matrix (#1474) · 0a3ff71a
      Glenn Jocher 提交于
      * initial commit
      
      * add plotting
      
      * matrix to cpu
      
      * bug fix
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * seaborn pandas to requirements.txt
      
      * seaborn pandas to requirements.txt
      
      * update wandb plotting
      
      * remove pandas
      
      * if plots
      
      * if plots
      
      * if plots
      
      * if plots
      
      * if plots
      
      * initial commit
      
      * add plotting
      
      * matrix to cpu
      
      * bug fix
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * update plot
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * seaborn pandas to requirements.txt
      
      * seaborn pandas to requirements.txt
      
      * update wandb plotting
      
      * remove pandas
      
      * if plots
      
      * if plots
      
      * if plots
      
      * if plots
      
      * if plots
      
      * Cat apriori to autolabels
      
      * cleanup
      0a3ff71a
    • Glenn Jocher's avatar
      Cat apriori to autolabels (#1484) · 95fa6533
      Glenn Jocher 提交于
      95fa6533
  3. 21 11月, 2020 1 次提交
  4. 20 11月, 2020 4 次提交
  5. 19 11月, 2020 4 次提交
  6. 18 11月, 2020 7 次提交
  7. 17 11月, 2020 7 次提交
  8. 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
  9. 15 11月, 2020 1 次提交
  10. 14 11月, 2020 2 次提交