- Jun 22, 2022
-
-
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
- Jun 07, 2022
-
-
Mashiro authored
* add base model, ddp model and unit test * add unit test * fix unit test * fix docstring * fix cpu unit test * refine base data preprocessor * refine base data preprocessor * refine interface of ddp module * remove optimizer hook * add forward * fix as comment * fix unit test * fix as comment * fix build optimizer wrapper * rebase main and fix unit test * stack_batch support stacking ndim tensor, add docstring for merge dict * fix lint * fix test loop * make precision_context effective to data_preprocessor * fix as comment * fix as comment * refine docstring * change collate_data output typehints * rename to_rgb to bgr_to_rgb and rgb_to_bgr * support build basemodel with built DataPreprocessor * fix as comment * fix docstring
-
RangiLyu authored
-
Mashiro authored
* rename datalist and support load ceph * rename datalist and support load ceph * remove check disk file path in _load_metainfo * fix rename error * fix rename error * unit test error * fix rename error * remove unnecessary code * fix lint
-
jbwang1997 authored
-