- 23 Aug, 2021 9 commits
-
-
pc authored
-
Haian Huang(深度眸) authored
* Add Chinese Documentation of runner * Fix error * Fix lint * update * update comment
-
Paige Wang authored
* add modulated_deform_conv in onnxruntime support * Add docs descriptions * Add gpu test in test_onnx.py * code format * remove new usage and move if outside for loop * use memset when bias is nullptr
-
Zaida Zhou authored
-
Ma Zerun authored
* Add gradient cumulative optimizer fixes #190 * Update optimizer.py * Update optimizer.py * fix loss scale improperly in last equivalent_iter * Add `GradientCumulativeOptimizerHook` in `__init__.py`. * Add docstring of `GradientCumulativeOptimizerHook`. * Add type check, BN warning and resume warning. And fix typo, lint the code. * Add unit test * Update docstring example. * Change GradientCumulativeOptimizerHook `__init__` arguments. * Add GradientCumulativeOptimzierHook unit tests with IterBasedRunner. * Add GradientCumulativeFp16OptimizerHook. * Add unit tests of GradientCumulativeFp16OptimizerHook * Use '!=' instead of '>' to determine resume Co-authored-by:Zhiyuan Chen <this@zyc.ai>
-
jiang1997 authored
* Copy utils.md from docs * Add Chinese translation of docs_zh_CN/understand_mmcv/utils.md * recommit with pre-commit hook * polish * Update docs_zh_CN/understand_mmcv/utils.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs_zh_CN/understand_mmcv/utils.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * fix path of image * set priority when build html Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
zhouzaida <zhouzaida@163.com>
-
Wenwei Zhang authored
* update pr template * reformat * update according to comments * resolve comments
-
Yining Li authored
* Support deprecation checking in Config * add unittest for config deprecation * support reference link in deprecation info * add doc * Update config.md
-
Zaida Zhou authored
-
- 22 Aug, 2021 1 commit
-
-
Zaida Zhou authored
* add myst-parser extension for sphinx * make note style more beautiful
-
- 21 Aug, 2021 1 commit
-
-
Zaida Zhou authored
-
- 19 Aug, 2021 2 commits
-
-
shlrao authored
-
Zaida Zhou authored
* fix typo * fix typo
-
- 18 Aug, 2021 1 commit
-
-
lizz authored
* Use more cpus in building Signed-off-by:
lizz <lizz@sensetime.com> * Add psutil to requirements Signed-off-by:
lizz <lizz@sensetime.com> * fix Signed-off-by:
lizz <lizz@sensetime.com> * fix Signed-off-by:
lizz <lizz@sensetime.com> * Hope faster Signed-off-by:
lizz <lizz@sensetime.com> * fix macos Signed-off-by:
lizz <lizz@sensetime.com>
-
- 17 Aug, 2021 2 commits
-
-
Zaida Zhou authored
* [Docs] Remove _static in docs_zh_CN * fix html_static_path * fix shpinx warning
-
Zaida Zhou authored
* [Fix] Fix pdf error when building docs * fix docs * fix pdf * fix pdf * fix pdf
-
- 16 Aug, 2021 1 commit
-
-
q.yao authored
-
- 12 Aug, 2021 1 commit
-
-
Zaida Zhou authored
-
- 11 Aug, 2021 4 commits
-
-
Zaida Zhou authored
-
Zaida Zhou authored
* [Fix] Fix the bug that training log and evaluating log are mixed * [Fix] Fix the bug that training log and evaluating log are mixed * fix comment * fix import error * refactor * refactor * refactor * clear log_buffer before evaluation * fix error * add unittest
-
Shilong Zhang authored
* add logger for init * change init_info of oevrload init_weight * add judgement for params_init_info * add delete comments for params_init_info * add docstr and more comments * add docstr and more comments * resolve comments * dump to a file * add unitest * fix unitest * fix unitest * write to ori log * fix typo * resolve commnets * fix call initweights twice in topmost module * fix the potential bug of recursive import * fix unitest * fix potiential bugs * remove unneccesary change * add more unitest * fix add param in initweights * add more comments * raise error * add more detail assert error
-
Zaida Zhou authored
-
- 10 Aug, 2021 3 commits
-
-
Haodong Duan authored
* use packaging instead * update * update * update * update
-
Zaida Zhou authored
* [Refactor] Refactor the csrc directory * update MANIFEST.in * fix hip * add csrc readme * trailing whitespace * fix syntax error in setup.py * add compatibility docs * move parrots_cudawarpfunction.cuh to common/cuda * fix grammar, update directory tree * fix MANIFEST.in * Add new structre of csrc in compatibility.md * Add original structre of csrc in compatibility.md * fix typo * remove TODO * modify according to comment * format Co-authored-by:grimoire <yaoqian@sensetime.com>
-
Zaida Zhou authored
* [Enhancement] Speed import mmcv * fix missing parse_version * fix circle dependency * rename
-
- 09 Aug, 2021 1 commit
-
-
Miao Zheng authored
* [Docs] Add PR document * format * idx modify * revise according to comments * add blank line * grammar * insert blank line after title * revise according to comments * revise according to comments * typo * resize image3 * lint * del print * fix lint * del unused Co-authored-by:zhouzaida <zhouzaida@163.com>
-
- 08 Aug, 2021 1 commit
-
-
Jerry Jiarui XU authored
* [Docs] Add header for files * change to OpenMMLab * add headers for .cpp, .cu, .h, .cuh * replace Open-MMLab with OpenMMLab
-
- 03 Aug, 2021 1 commit
-
-
Zaida Zhou authored
-
- 02 Aug, 2021 1 commit
-
-
Zaida Zhou authored
-
- 01 Aug, 2021 1 commit
-
-
Shilong Zhang authored
-
- 28 Jul, 2021 1 commit
-
-
Zaida Zhou authored
-
- 23 Jul, 2021 4 commits
-
-
Zaida Zhou authored
-
ddonatien authored
-
Shilong Zhang authored
* add logger for init * change init_info of oevrload init_weight * add judgement for params_init_info * add delete comments for params_init_info * add docstr and more comments * add docstr and more comments * resolve comments * dump to a file * add unitest * fix unitest * fix unitest * write to ori log * fix typo * resolve commnets
-
Haodong Duan authored
* improve digit_version & use it for version_checking * more testing for digit_version * setuptools >= 50 is needed * fix CI * add debuging log * >= to == * fix lint * remove * add failure case * replace * fix * consider TORCH_VERSION == 'parrots' * add unittest * digit_version do not deal with the case if 'parrots' in version name.
-
- 22 Jul, 2021 1 commit
-
-
Jintao Lin authored
* add TERMINOLOGY.md * Update TERMINOLOGY.md * Update TERMINOLOGY.md * update
-
- 20 Jul, 2021 4 commits
-
-
Qizhu Li authored
-
Zaida Zhou authored
* [Fix] Fix example * rename Net to Model * support training without gpu in example * modify according to comment * replace data path with relative path
-
Zaida Zhou authored
* [Docs] Update readme and docs * add Chinese introduction * fix table error
-
Gu Wang authored
* add flat cosine lr updater * add test * add doc * update doc * reformat * update unittest * update test flat cos * remove momentum hook test * update test * change assert to ValueError * fix unittest * add by_epoch=True unittest * change to start_percent * change to start_percent in test
-