- 09 Apr, 2021 1 commit
-
-
shenmishajing authored
* fix wandb logger drop result bug by delete step param * add global_step in wandb log to help align train and val step log * fix wandb hook test unit fail bug * fix lint issue * add with_step param of WandbLoggerHook in wandb.py
-
- 23 Nov, 2020 1 commit
-
-
Jerry Jiarui XU authored
* [Enhance] Refactor logger * fixed test * make commit optional * remove debug info * fixed test
-
- 28 Oct, 2020 1 commit
-
-
David de la Iglesia Castro authored
* Refactor tags for consistency * Fix missing runner * Fix missing runner * Fix missing runner * Fix missing runner * Fix momentum runner hook inner iter * Fix tests * pre-commit run
-
- 24 Sep, 2020 1 commit
-
-
David de la Iglesia Castro authored
-
- 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
-
- 01 May, 2020 1 commit
-
-
Jerry Jiarui XU authored
-
- 25 Apr, 2020 1 commit
-
-
Cao Yuhang authored
* use f-string * delete python3.5 sup * minor fix * fix supported python version * fix format * fix yapf * remove redundant space * fix typo
-
- 19 Apr, 2020 1 commit
-
-
Wenwei Zhang authored
* track progress of iter&enum * restore * add momentum scheduler * fix small bug * cyclic scheduler" * fix bug * fix second phase's bug * reformat * feature (cosine lr): use relative ratio for more flexible scheduler * Fix (runner): fix bugs in runner * Refactor (hook): refactor cosing/cyclic LR/momentum hook with unittest * Clean unnecessary files and reformat * Fix memory key error when GPU is not avaliable * Resolve comments * Do not print momentum in text log * Change hook register order * Refactor max_iter * Fix max_iter bugs in runner * Enforce target_ratio to be either tuple or float
-
- 29 Feb, 2020 2 commits
-
-
Jiangmiao Pang authored
* fix wandb hook * add pavi logger hook * modify default value of init_kwargs to None * add more features to PaviLoggerHook * rm taskid (will cause bug) * directly upload saved pth * fix CI * register PAVI Hooks
-
Kai Chen authored
-
- 10 Jan, 2020 1 commit
-
-
Kai Chen authored
* add copyright header * change # to // for cpp files
-
- 04 Jan, 2020 1 commit
-
-
Wenwei Zhang authored
* use load_from_state_dict to load ckpt * reformat * reformat * reformat import * pass flake8 * isort skip
-
- 12 Dec, 2019 1 commit
-
-
Kai Chen authored
* add dist utils * rename due to a typo * bump version to 0.2.15 * fix imports
-
- 02 Dec, 2019 1 commit
-
-
Vladimir Iglovikov authored
* Added wandb logger * bugfix * fixes * fix * flake8 fixes * yapf fixes * Refactor hook, add test * flake8 fixes * yapf fixes * fix in test * mock package => travis
-