- 10 Aug, 2021 2 commits
-
-
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 7 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
-
007gzs authored
* windows build doc * fix floor ceil * fix lint * change floor/ceil to floorf/ceilf * Update build.md * recover onnx and parrots * fix clang-lint Co-authored-by:WRH <12756472+wangruohui@users.noreply.github.com>
-
Rui Xu authored
* revise the interface of upfirdn2d function * adopt to_2tuple
-
q.yao authored
* add torch.roll to onnx * remove skip test * add support to torch<170 * add dim=0 for torch==1.9.0 * update fixture function name, add comment in roll symbolic
-
- 14 Jul, 2021 1 commit
-
-
Ma Zerun authored
* Fix potential interger overflow in `imequalize`. * Modify imequalize unit test image size to generate potential integer overflow.
-
- 13 Jul, 2021 4 commits
-
-
Ma Zerun authored
* Add `is_tracing` to wrap `torch.jit.is_tracing` in different versions. * Remame `is_tracing` to `is_jit_tracing` * Ignore `is_jit_tracing` tests in CI.
-
Junjun2016 authored
* fix typos * fix typos
-
Ma Zerun authored
-
Ye Liu authored
-
- 09 Jul, 2021 3 commits
-
-
Zaida Zhou authored
-
qjqfl authored
-
Y_Xuan authored
* porting mmcv for hip * add nvcc * fix format * fix format * fix bug for carafe * fix test_utils because rocm_torch not allow set torch.backends.cudnn.benchmark to false * add LOOSEVERSION * fix format * fix format of version * fix code format * test for yaml * fix bug for citest * fix bug for how to get torch._version_ at setup.py
-
- 07 Jul, 2021 3 commits
-
-
Zaida Zhou authored
* Remove _build directroy in docs_zh_CN * Change utils title to Chinese * Translate documents * Translate documents * Use symbolic link to avoid repeated images * Use symbolic link to avoid repeated images * fix readme.md * update copyright * refactor docs * rename title to Chinese
-
Zaida Zhou authored
* [Docs] Fix sphinx version * [Docs] Remove sphinx_markdown_tables * update readme link * add sphinx_rtd_theme package
-
RangiLyu authored
-
- 06 Jul, 2021 1 commit
-
-
Zaida Zhou authored
* add ci for pt1.8 pt1.9 * remove cp command * change cuda verison * fix typo * fix ci * fix typo
-
- 03 Jul, 2021 2 commits
-
-
Zaida Zhou authored
* fix test.txt * fix unittest in pt1.9 * fix checkpoint filename error * add comment * fix unittest * fix onnxruntime version
-
Zaida Zhou authored
-
- 02 Jul, 2021 3 commits
-
-
Zaida Zhou authored
* [Docs] Refactor documentation * [Docs] Refactor documentation * refactor docs * refactor docs * set sphinx==3.1.2 * fix typo * modify according to comment * modify according to comment * modify according to comment * [Docs] delete unnecessary file * fix title * rename * rename
-
Zaida Zhou authored
-
Haodong Duan authored
* fix saconv * update * update * fix * use LooseVersion
-
- 29 Jun, 2021 3 commits
-
-
Antonio Lanza authored
* Change dict update order * Change dict() with {} * Added comments with PR link * Fixed comments according to Lint Job -
Haodong Duan authored
-
achaiah authored
* Missing check for dir in the 'else' clause Fixing issue when recursively scanning directories with filenames starting with '.' Without this fix, the `if not entry.name.startswith('.') and entry.is_file()` logic falls through to the `else` clause which in the current code base will error out as it encounters '.' files (e.g. .DS_Store) * Updated code per comments * fixing indentation * fix indenterror and add comment * remove .DS_Store and add .file Co-authored-by:zhouzaida <zhouzaida@163.com>
-