- 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
-
- 22 Apr, 2020 1 commit
-
-
Kai Chen authored
* use tmp dir as work_dir of runner * only run codecov for python 3.7 * remove useless comments
-
- 14 Apr, 2020 1 commit
-
-
David de la Iglesia Castro authored
* Add MLflowLoggerHook * Add MLflowLoggerHook to __all__ * Update name * Fix tracking.MlflowClient setup * Fix log_metric * Fix mlflow_pytorch import * Handle active_run * Fix self.mlflow reference * Simplify using high level API * Fix set_experiment * Add only_if_torch_available decorator and test_mlflow_hook * Add missing import in hooks * Fix torch available check * Patch mlflow.pytorch in test * Parametrize log_model * Fix log_model parametrize * Add docstring * Move wand patch * Fix flake8 * Add regression test for non numeric metric * Only log numbers * Rename experiment_name-> exp_name * Remove pytest skip
-
- 16 Mar, 2020 1 commit
-
-
Kai Chen authored
* remove supports for python 2.7 * fix the unit test for python 3.5 * add python 3.8 in CI * try ubuntu 18.04 as the environment
-
- 01 Mar, 2020 1 commit
-
-
Kai Chen authored
* update pre-commit hook config * update the contributing guide
-
- 24 Feb, 2020 1 commit
-
-
Kai Chen authored
* add logging utils * install torch (cpu only) for CI * fix unittests for runner * remove python 2.7 from testing list * add a corner case
-
- 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
-
- 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
-
- 30 Jul, 2019 1 commit
-
-
Kai Chen authored
* add yapf and isort to travis * minor formatting * remove blank lines * skip unit tests for progressbar when python2 * update travis to ubuntu 16.04 * use a newer version ffmpeg * add -y to add-apt-repository
-
- 15 Jun, 2019 1 commit
-
-
Evgeny Nizhibitsky authored
* Make latest symlink relative. Add tests * Skip test_save_checkpoint in the absense of torch * Fix pep8 in test_runner * Import runner only if torch import has succeeded
-