1. 19 Jun, 2020 2 commits
    • louzana's avatar
      add hswish and hsigmoid (#358) · fef7b2fe
      louzana authored
      * add hswish and hsigmoid
      
      * fix linting
      
      * fix linting
      
      * delete useless staticmethod in cnn/bricks/hsigmoid.py
      
      * forward(x) ==> forward(seld, x)
      
      * add unittests for hsigmoid and hswish
      
      * use torch.equal instead of numpy.equal
      fef7b2fe
    • Jerry Jiarui XU's avatar
      add resnetv1c (#359) · e3d9bf42
      Jerry Jiarui XU authored
      e3d9bf42
  2. 18 Jun, 2020 5 commits
  3. 17 Jun, 2020 7 commits
  4. 16 Jun, 2020 1 commit
  5. 15 Jun, 2020 2 commits
    • Harry's avatar
      Add CosineRestartLrUpdaterHook (#319) · f28a7c7e
      Harry authored
      * feat: add CosineRestartLrUpdaterHook
      
      * style: rename period to periods
      
      * fix: bug in period 0
      
      * feat: rename eta_min to min_lr and add min_lr_ratio
      
      * docs: fix docstring of restart lr updater
      
      * refactor: use annealing_cos
      
      * docs: add docstring to annealing_cos
      
      * feat: cosine restart lr update hook
      
      * refactor: modify code order for unittest
      f28a7c7e
    • lizz's avatar
      Harmless changes (#340) · 9f04477f
      lizz authored
      
      
      * harmless changes
      Signed-off-by: default avatarlizz <lizz@sensetime.com>
      
      * Update conv_module.py
      
      * No bracket for simple class
      Signed-off-by: default avatarlizz <lizz@sensetime.com>
      9f04477f
  6. 14 Jun, 2020 2 commits
  7. 13 Jun, 2020 2 commits
  8. 12 Jun, 2020 2 commits
  9. 11 Jun, 2020 1 commit
    • Harry's avatar
      Add IterBasedRunner (#314) · 67a26da9
      Harry authored
      
      
      * feat: add IterBasedRunner
      
      * fix: unittest
      
      * feat: more unittest
      
      * fix: expose dataloader len
      
      * minor updates of BaseRunner
      
      * refactor: remove CosineRestartLrUpdaterHook
      
      * style: add docstring
      
      * refactor: update IterTextLoggerHook: fstring and exp_name
      
      * fix: epoch_runner unittest
      
      * refactor: remove IterBasedTextLogger
      
      * fix: old IterTextLoggerHook issue
      
      * refactor: remove __len__ of IterLoader
      
      * feat: add IterBasedRunner to init
      
      * feat: add __len__ to IterLoader
      
      * fix some docstrings
      
      * refactor: use is_parallel_module
      
      * fix: import issue
      
      * fix: runner unittest missing logger
      
      * fix checkpoints
      
      * feat: add by_epoch default value to IterBaseRunner regitering loggger_hook
      
      * refactor: remove setting by_epoch in log_config
      
      * minor refactoring
      
      * docs: add docstring
      
      * fix: remove unused doc
      
      * update the log info for saving checkpoints
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      67a26da9
  10. 10 Jun, 2020 2 commits
  11. 09 Jun, 2020 1 commit
  12. 08 Jun, 2020 2 commits
  13. 05 Jun, 2020 3 commits
  14. 04 Jun, 2020 2 commits
  15. 02 Jun, 2020 3 commits
  16. 01 Jun, 2020 1 commit
  17. 31 May, 2020 1 commit
  18. 30 May, 2020 1 commit