- 28 Oct, 2020 2 commits
-
-
Ruohui Wang authored
* SKIP bbox test without CUDA * use full filepath for creating latest.pth
-
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
-
- 26 Oct, 2020 2 commits
- 17 Oct, 2020 1 commit
-
-
David de la Iglesia Castro authored
* Skip opencv requirement if it's already installed in the env * pre-commit * Check opencv conda version * Check opencv conda version
-
- 15 Oct, 2020 3 commits
-
-
Jintao Lin authored
* import_modules_from_strings when loading cfg from file * add unittest to tell whether the feature is enabled as expected * minor * set an environment variable instead of writing a file * use 'shutil' instead of 'os.system'
-
Ruohui Wang authored
"please use MMDistributedDataParallelinstead." -> "please use MMDistributedDataParallel instead."
-
Wang Xinjiang authored
* Add Sync buffer in CheckpointHook * add reduce_params in fp16_utils.py * change default value of sync_buffer to False * Add world size check * reset sync_buffer to false * fix world_size * Move dist functions into dist_utils.py * fix small bugs * Deprecation compatibility * Change according to comments
-
- 13 Oct, 2020 1 commit
-
-
Ryan Li authored
* fix wrappers when using parrots * linting * refactor according to review
-
- 11 Oct, 2020 2 commits
- 07 Oct, 2020 1 commit
-
-
Kai Chen authored
-
- 06 Oct, 2020 1 commit
-
-
Wenwei Zhang authored
* add version check in wrappers * fix assersion * use digital version for version comparison * fix unit tests * reformat * fall back to compare the first two version * fix unittest * fix unittest * fix unit test * clean unnecessary change
-
- 01 Oct, 2020 1 commit
-
-
Cao Yuhang authored
-
- 29 Sep, 2020 1 commit
-
-
Kai Chen authored
-
- 28 Sep, 2020 3 commits
-
-
Kai Chen authored
-
Cao Yuhang authored
-
wdmwhh authored
-
- 27 Sep, 2020 1 commit
-
-
GT9505 authored
* register deconv in CONV_LAYERS * use ConvTranspose2d implemented in MMCV * remove repetitive register_module * update * add unittest for deconv
-
- 26 Sep, 2020 2 commits
-
-
Wenwei Zhang authored
-
-
- 25 Sep, 2020 3 commits
-
-
Wenwei Zhang authored
* Support to specify LR of DCN's conv_offset * Resolve comments & add unit test * Resolve formats * Fix CI for DCN * Mock DCN when cpu only * Use mock for cpu testing * Fix docstring and support ModulatedDCN * set offset_lr_mult as dcn's arguments, link CU-49u01p * fix lr bug * fall back to set LR in constructor * resolve comments
-
q.yao authored
* add torchvision roi_align with aligned=True * fix for lint test * fix for lint test2 * format use yapf
-
David de la Iglesia Castro authored
* Add build_runner * Parametrize test_runner * Add imports to runner __init__ * Refactor max_iters and max_epochs from run to init * Add assertion error messages * Add test_builder * Make change retro-compatible * Raise ValueError if max_epochs and max_iters
-
- 24 Sep, 2020 2 commits
-
-
Wenwei Zhang authored
-
David de la Iglesia Castro authored
-
- 22 Sep, 2020 1 commit
-
-
Zhiyuan Chen authored
* merge train/val_step and batch_processor into run_iter * make self.train_mode of runner as an argument * remove abstract methods of run_iter() in base_runner
-
- 21 Sep, 2020 1 commit
-
-
Kai Chen authored
-
- 18 Sep, 2020 3 commits
- 17 Sep, 2020 2 commits
- 16 Sep, 2020 2 commits
-
-
David de la Iglesia Castro authored
* Add test case for type defined using default_args * Refactor build_from_cfg * Update exception of missing type * pre-commit * Fix default_args is None * pre-commit * Bring back test * Update exception raising
-
Kai Chen authored
* use copy instead of symlink on windows * use platform.system() instead of sys.platform
-
- 15 Sep, 2020 1 commit
-
-
Ryan Li authored
* add 'wrap_fp16_model' to __inti__.py * add 'wrap_fp16_model' to __init__.py
-
- 14 Sep, 2020 1 commit
-
-
Qiaofei Li authored
* add brightness and contrast augmentation * remove unnecessary * reformat * relax the precision constrain for adjust_brightness aug * fix percision assertion error in unit test * remove toy * rename alpha as factor * use np.testing.assert_allclose in place of np.less_equal
-
- 12 Sep, 2020 2 commits
-
-
Wenwei Zhang authored
* Mv wrappers into bricks and use wrappers in registry * resolve import issues * fix import issues * set nn op forward to torch 1.6.1 * fix CI bug and add warning * Fix CI by using patch mock * mv warnings inside deprecated module's initialization
-
Cao Yuhang authored
-
- 09 Sep, 2020 1 commit
-
-
Xiaojie Li authored
* update impad * fix docstring * add shape for impad * fix unit test * remove old version & fix doc * fix linting * fix doc * add linear decay learning rate scheduler * fix impad * fix setup.cfg * fix linting * add yapf * add swish * fix lr_updater * fix lr_updater.py * update swish * add swish * fix inplace * fix typo * update * add same padding * fix docstring * add unittest * fix register * change name Co-authored-by:lixiaojie <lixiaojie@sensetime.com>
-