- Jun 22, 2022
-
-
Haian Huang(深度眸) authored
* fix RuntimeError of SyncBuffersHook * add UT
-
Alex Yang authored
* [Feat] Support revert syncbn * use logger.info but not warning * fix info string
-
Mashiro authored
* add autocast wrapper * fix docstring * fix docstring * fix compare version * fix unit test * fix incompatible arguments * fix as comment * fix unit test * rename auto_cast to autocast
-
Alex Yang authored
* [Feat] Support save best ckpt * reformat code * rename function and reformat code * fix logging info
-
Zaida Zhou authored
-
Mashiro authored
* LogProcessor support custom significant digit * rename to num_digits
-
Jiazhen Wang authored
* modify cuda() to to() * rollback load_checkpoint * refine runner * add TODO
-
Mashiro authored
-
- Jun 21, 2022
-
-
Zaida Zhou authored
-
Alex Yang authored
* [Refactor]:Refactor `after_val_epoch` to make it output metric by epoch * add an option for user to choose the way of outputing metric * rename variable * reformat docstring * add type alias * reformat code * add test function * add comment and test code * add comment and test code
-
Alex Yang authored
* [Feat] Support FSDP Training * fix version comparison * change param format and move `FSDP_WRAP_POLICY` to wrapper file * add docstring and type hint,reformat code * fix type hint * fix typo, reformat code
-
Zaida Zhou authored
-
Zaida Zhou authored
-
Tao Gong authored
-
Mashiro authored
-
Jiazhen Wang authored
-
RangiLyu authored
-
- Jun 17, 2022
-
-
Mashiro authored
* move import resource * move import resource
-
Mashiro authored
* [Enhance] dump messagehub in runner.resume * delete unnecessary code * delete debugging code Co-authored-by:
imabackstabber <312276423@qq.com>
-
Mashiro authored
-
Jiazhen Wang authored
* support resume from ceph * move func and refine * delete symlink * fix unittest * perserve _allow_symlink and symlink
-
- Jun 16, 2022
-
-
Jiazhen Wang authored
* support mlu * add ut and refine docstring
-
- Jun 15, 2022
-
-
Mashiro authored
-
- Jun 14, 2022
- Jun 13, 2022
-
-
Mashiro authored
* merge context * update unit test * add docstring * fix bug in AmpOptimWrapper * add docstring for backward * add warning and docstring for accumuate gradient * fix docstring * fix docstring * add params_group method * fix as comment * fix as comment * make default_value of loss_scale to dynamic * Fix docstring * decouple should update and should no sync * rename attribute in OptimWrapper * fix docstring * fix comment * fix comment * fix as comment * fix as comment and add unit test
-
Miao Zheng authored
* [Features]Add OnecycleLR * [Features]Add OnecycleLR * yapf disable * build_iter_from_epoch * add epoch * fix args * fix according to comments; * lr-param * fix according to comments * defaults -> default to * remove epoch and steps per step * variabel names
-
Mashiro authored
* fix build train_loop during test * fix build train_loop during test * fix build train_loop during test * fix build train_loop during test * Fix as comment
-
RangiLyu authored
* [Fix] Fix image dtype when enable_normalize=False. * update ut * move to collate * update ut
-
Mashiro authored
* add module list * add module list * fix docstring
-
- Jun 10, 2022
- Jun 09, 2022
-
-
RangiLyu authored
* [Feature] Support overwrite default scope with "_scope_". * add ut * add ut
-
jbwang1997 authored
* Replace auto_scale_lr_cfg to auto_scale_lr * Update
-
Mashiro authored
* fix BaseDataPreprocessor * fix BaseDataPreprocessor * change device type to torch.device * change device type to torch.device * fix cpu method of base model * Allow ImgDataPreprocessor do not normalize * remove unnecessary type ignore * make mean and std optional * refine docstring
-
Yixiao Fang authored
-
Mashiro authored
* fix BaseDataPreprocessor * fix BaseDataPreprocessor * change device type to torch.device * change device type to torch.device * fix cpu method of base model
-
- Jun 08, 2022
-
-
RangiLyu authored
* [Enhance] Optimize parameter updating speed in AveragedModel. * add docstring
-