- 01 Jul, 2020 1 commit
-
-
Jintao Lin authored
-
- 19 Jun, 2020 1 commit
-
-
Harry authored
* feat: support for os.environ port for slurm training * fix: port data type * feat: add flawed unittest * feat: add flawed unittest * docs: add comments * fix: unittest * fix: unittest
-
- 18 Jun, 2020 1 commit
-
-
Kai Chen authored
-
- 15 Jun, 2020 1 commit
-
-
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
-
- 11 Jun, 2020 1 commit
-
-
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:Kai Chen <chenkaidev@gmail.com>
-
- 08 Jun, 2020 1 commit
-
-
Kai Chen authored
* fix the BC issue of ddp * minor fix for the docstring
-
- 02 Jun, 2020 1 commit
-
-
Kai Chen authored
* add a BaseRunner and rename Runner to EpochBasedRunner * fix the train/val step * bug fix * update unit tests * fix unit tests * raise an error if both batch_processor and train_step are set * add a unit test
-
- 03 May, 2020 1 commit
-
-
Wenwei Zhang authored
* Fall back to CosineLr * Fix consineanealing with unittest * Cover momentum hook * Add comments to explain
-
- 26 Apr, 2020 1 commit
-
-
Kai Chen authored
* refactor unittests * split test_video.py to two files
-