1. 06 1月, 2020 1 次提交
  2. 21 12月, 2019 1 次提交
  3. 20 12月, 2019 2 次提交
  4. 06 12月, 2019 1 次提交
  5. 23 11月, 2019 2 次提交
  6. 03 11月, 2019 1 次提交
  7. 10 9月, 2019 1 次提交
  8. 02 9月, 2019 1 次提交
  9. 30 8月, 2019 1 次提交
  10. 28 8月, 2019 1 次提交
    • R
      Add RAdam, NovoGrad, Lookahead, and AdamW optimizers, a few ResNet tweaks and... · fac58f60
      Ross Wightman 提交于
      Add RAdam, NovoGrad, Lookahead, and AdamW optimizers, a few ResNet tweaks and scheduler factory tweak.
      * Add some of the trendy new optimizers. Decent results but not clearly better than the standards.
      * Can create a None scheduler for constant LR
      * ResNet defaults to zero_init of last BN in residual
      * add resnet50d config
      fac58f60
  11. 13 8月, 2019 1 次提交
  12. 27 7月, 2019 1 次提交
  13. 29 6月, 2019 1 次提交
    • R
      A number of tweaks to arguments, epoch handling, config · c6b32cbe
      Ross Wightman 提交于
      * reorganize train args
      * allow resolve_data_config to be used with dict args, not just arparse
      * stop incrementing epoch before save, more consistent naming vs csv, etc
      * update resume and start epoch handling to match above
      * stop auto-incrementing epoch in scheduler
      c6b32cbe
  14. 21 6月, 2019 2 次提交
  15. 20 6月, 2019 1 次提交
  16. 11 6月, 2019 1 次提交
  17. 08 6月, 2019 1 次提交
    • R
      Add exponential moving average for model weights + few other additions and cleanup · 9bcd6518
      Ross Wightman 提交于
      * ModelEma class added to track an EMA set of weights for the model being trained
      * EMA handling added to train, validation and clean_checkpoint scripts
      * Add multi checkpoint or multi-model validation support to validate.py
      * Add syncbn option (APEX) to train script for experimentation
      * Cleanup interface of CheckpointSaver while adding ema functionality
      9bcd6518
  18. 29 5月, 2019 1 次提交
  19. 26 5月, 2019 1 次提交
  20. 19 5月, 2019 2 次提交
  21. 17 5月, 2019 1 次提交
    • R
      Some transform/data/loader refactoring, hopefully didn't break things · 76539d90
      Ross Wightman 提交于
      * factor out data related constants to own file
      * move data related config helpers to own file
      * add a variant of RandomResizeCrop that randomizes interpolation method
      * remove old Numpy version of RandomErasing
      * cleanup torch version of RandomErasing and use it in either GPU loader batch mode or single image cpu Transform
      76539d90
  22. 14 5月, 2019 1 次提交
  23. 23 4月, 2019 1 次提交
  24. 22 4月, 2019 1 次提交
  25. 18 4月, 2019 1 次提交
  26. 13 4月, 2019 1 次提交
  27. 12 4月, 2019 2 次提交
  28. 08 4月, 2019 1 次提交
  29. 06 4月, 2019 1 次提交
  30. 12 3月, 2019 1 次提交
  31. 11 3月, 2019 1 次提交
  32. 02 3月, 2019 2 次提交
  33. 23 2月, 2019 1 次提交
  34. 18 2月, 2019 1 次提交