- 17 Jun, 2020 4 commits
-
-
Jerry Jiarui XU authored
* add backend arg * add test * update doc, add test * update test * update doc
-
Wang Xinjiang authored
* load_checkpoint support normal dict checkpoints * comments
-
Rui Xu authored
* fix bug in using inner iter when by_epcoh==True * set default for log config * fix bug: remove optim in val, use iter in log when by_epoch is False
-
Wang Xinjiang authored
* added pillow backend in loading * reformat * remove auto fill for RGBA * change according to comments * change according to comments * reformat
-
- 16 Jun, 2020 1 commit
-
-
Wang Xinjiang authored
-
- 15 Jun, 2020 2 commits
-
-
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
-
lizz authored
* harmless changes Signed-off-by:
lizz <lizz@sensetime.com> * Update conv_module.py * No bracket for simple class Signed-off-by:
lizz <lizz@sensetime.com>
-
- 14 Jun, 2020 2 commits
-
-
Wenwei Zhang authored
-
Cao Yuhang authored
-
- 13 Jun, 2020 2 commits
-
-
lizz authored
* Remove more unused things Signed-off-by:
lizz <lizz@sensetime.com> * panic Signed-off-by:
lizz <lizz@sensetime.com>
-
Jintao Lin authored
-
- 12 Jun, 2020 2 commits
- 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>
-
- 10 Jun, 2020 2 commits
-
-
Jerry Jiarui XU authored
* Add syntax check in .py config * rename validate
-
Jerry Jiarui XU authored
-
- 09 Jun, 2020 1 commit
-
-
Harry authored
-
- 08 Jun, 2020 2 commits
-
-
Kai Chen authored
* fix the BC issue of ddp * minor fix for the docstring
-
Wang Xinjiang authored
-
- 05 Jun, 2020 3 commits
-
-
Joanna authored
Co-authored-by:lixuanyi <lixuanyi@sensetime.com>
-
wang shiguang authored
* add parrots and pytorch dataloader wrapper * fix commit Co-authored-by:wangshiguang <wangshiguang@sensetime.com>
-
Ye Liu authored
-
- 04 Jun, 2020 2 commits
-
-
Harry authored
-
Jerry Jiarui XU authored
-
- 02 Jun, 2020 3 commits
-
-
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
-
Harry authored
* feat: add optimizer constructor * refactor: version
-
Miguel Mendez authored
* Fix deprecation warning collections.abc * Fix isort
-
- 01 Jun, 2020 1 commit
-
-
Harry authored
* fix: tanh has not inplace * feat: add ConvModule with Tanh
-
- 31 May, 2020 1 commit
-
-
Kai Chen authored
* allow registering new backends with decorators * add a docstring * minor update to the docstring
-
- 30 May, 2020 4 commits
-
-
Kai Chen authored
-
Jerry Jiarui XU authored
-
Wenwei Zhang authored
* Support path as a key in dict of config * reformat test case * update pre-commit version and fix format * fix bug * clean code * reformat * fix missing parts
-
Wang Xinjiang authored
-
- 27 May, 2020 3 commits
-
-
Wenwei Zhang authored
* add resnext_101_32x8d model * rename file * rm bgr * Upgrade version
-
Jerry Jiarui XU authored
* add deprecate urls * add deprecate urls * warning test * rename to deprecated.json
-
Jerry Jiarui XU authored
* support default/external json for open-mmlab models * add local * add more test * add docs * add docs * update docs * refactor * add json in MANIFEST * fixed json typo
-
- 25 May, 2020 1 commit
-
-
Kai Chen authored
-
- 24 May, 2020 1 commit
-
-
Miguel Mendez authored
-
- 23 May, 2020 1 commit
-
-
Wenwei Zhang authored
-
- 22 May, 2020 1 commit
-
-
Jerry Jiarui XU authored
* add PetrelBackend * update docs * add path_maps for Ceph * rename to path_mapping * fixed import
-