- 19 Nov, 2021 1 commit
-
-
Zaida Zhou authored
* [Fix] Fix torch.load error * [Fix] Fix torch.load error * rename _save to _save_ckpt * add load_url to handle imcompatibility of PyTorch versions * add unittest for load_url * fix typo * print a friendly information when error occurred
-
- 24 Oct, 2021 1 commit
-
-
Wenwei Zhang authored
-
- 03 Oct, 2021 1 commit
-
-
Zaida Zhou authored
-
- 27 Aug, 2021 1 commit
-
-
Zaida Zhou authored
* [Feature] Add python3.9 in CI * fix dependencies for compiling onnx
-
- 24 Aug, 2021 1 commit
-
-
Wenwei Zhang authored
* add windows CI * clean versions * only allow pt1.7 on windows * fix windows install issue * add win cpu * fix win command * clean unnecessary command * resolve turbojpeg & tempfile on win * replace os.readlink with os.path.realpath * fix windows ci * close file before removing it * fix windows ci * fix symlink on windows * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * modify according to comment Co-authored-by:zhouzaida <zhouzaida@163.com>
-
- 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>
-
- 10 Aug, 2021 1 commit
-
-
Haodong Duan authored
* use packaging instead * update * update * update * update
-
- 28 Jul, 2021 1 commit
-
-
Zaida Zhou authored
-
- 23 Jul, 2021 1 commit
-
-
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.
-
- 13 Jul, 2021 1 commit
-
-
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.
-
- 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
-
- 10 Mar, 2021 1 commit
-
-
ZhangShilong authored
-
- 26 Feb, 2021 1 commit
-
-
RunningLeon authored
* Fix pytorch2onnx for yolov3 with torch==1.6.0 * update and add test for F.interpolate * add test_onnx.py with build_cuda
-
- 28 Dec, 2020 1 commit
-
-
Kai Chen authored
* update the CI to avoid extra dependencies * remove the dependency of pytest * fix typo * remove skip_no_parrots from __init__
-
- 15 Dec, 2020 1 commit
-
-
lml131 authored
* add jit decorator * add parrots_jit.py * modify test_parrots_jit.py * modify for lint * fix isort * skip test_parrots_jit.py when build without pytorch * try ci * rm log * fix double quote * modify for comments and use partial_shape instead of full_shape * fix for lint * small modify for parrots 0.9.0rc0 * def skip no elena directly
-
- 08 Dec, 2020 1 commit
-
-
Wenwei Zhang authored
* skip pat build in PR * rename
-
- 24 Nov, 2020 1 commit
-
-
wang shiguang authored
* add parrots ci * update with ops build * Update build.yml * cridents env * Update build.yml
-
- 31 Oct, 2020 1 commit
-
-
Kai Chen authored
* support pytorch 1.7 and update the CI * fix CI * fix onnxruntime version in macos
-
- 26 Oct, 2020 1 commit
-
-
robin Han authored
* add unittest for onnx convert * build onnx and onnxruntime in CI * skip onnx op unit test while using CUDA * fix offset==0 case in NMS * remove tmp file used in test * delete tmp file before assert so that we can remove the tmp file anyway
-
- 29 Sep, 2020 1 commit
-
-
Kai Chen authored
-
- 01 Sep, 2020 1 commit
-
-
Wenwei Zhang authored
* [feature] Use cu92 & ubuntu1604 for torch 1.3.1 * [fix]Use ubuntu-16.04 rather than latest for cu92 * [fix]: soft link cuda path * Debug cu101 bug * Update usr/include for cublas with cu101 * Check default nvcc version * rm : * add cuda root * Try to locate cublas_v2.h * Set cublas version * Force cublas version * check usr/local/cuda-10.2 * Add tree * cp cublas files * cp cublas files to lib64 * do not tree cuda * fix path cp error * cp dir * Keep using CUDA10.1 only * recover empty line
-
- 25 Aug, 2020 1 commit
-
-
Kai Chen authored
* move unit tests to specific folders * fix path error * remove some assertions * fix ignore path
-
- 09 Aug, 2020 1 commit
-
-
Kai Chen authored
* add pytorch 1.6 to CI * fix typo * fix ci error Co-authored-by:Cao Yuhang <yhcao6@gmail.com>
-
- 03 Aug, 2020 2 commits
- 17 Jul, 2020 1 commit
-
-
Jerry Jiarui XU authored
* Support FP16 * update ci
-
- 08 Jul, 2020 2 commits
-
-
Jerry Jiarui XU authored
* use env to control compile op or not * use str as env var * update readme * update rc01 * update readme Co-authored-by:Kai Chen <chenkaidev@gmail.com>
-
Cao Yuhang authored
* migrate op * migrate unittest * update build no torch * add back use_torch_vision for roi align * fix type and unit test * ignore test logging when no torch * fix no torch ci test * skip test registry * remove coverage report when no torch * fix mac ci order * install latest pillow when no torch * mv convws to brisk
-
- 07 Jul, 2020 1 commit
-
-
Kai Chen authored
* add macos in github action * fix a package name * minor fix * fix typo * ignore progressbar testing * ignore timer testing * fix pytest configs * try fix
-
- 05 Jul, 2020 1 commit
-
-
Kai Chen authored
-
- 02 Jul, 2020 1 commit
-
-
Kai Chen authored
* Fix the version of codecov-action to v1.0.7 * Update build.yml
-
- 30 Jun, 2020 1 commit
-
-
Jerry Jiarui XU authored
* update actiion * remove 1.3 cuda * reorder * add no torch * fixed version * make py3.8 on pt1.5 * make py3.8 on pt1.5 * remove torch 1.3 * disable py3.8 * pip * merge master with cuda compile fix * add cpu roi align * fixed test * fixed no torch * add CUDA_ARGS * use one line * gencode=61 * seperate jobs * update lint * use parametrize test * formart and rename * unit test for all
-
- 28 Jun, 2020 1 commit
-
-
zhuyuanhao authored
* add ext ops, support parrots * fix lint * fix lint * update op from mmdetection * support non-pytorch env * fix import bug * test not import mmcv.op * rename mmcv.op to mmcv.ops * fix compile warning * 1. fix syncbn warning in pytorch 1.5 2. support only cpu compile 3. add point_sample from mmdet * fix text bug * update docstrings * fix line endings * minor updates * remove non_local from ops * bug fix for nonlocal2d * rename ops_ext to _ext and _ext to _flow_warp_ext * update the doc * try clang-format github action * fix github action * add ops to api.rst * fix cpp format * fix clang format issues * remove .clang-format Co-authored-by:Kai Chen <chenkaidev@gmail.com>
-
- 30 May, 2020 1 commit
-
-
Kai Chen authored
-
- 14 May, 2020 2 commits
-
-
Kai Chen authored
* add a workflow to publish to pypi and remove travis.yml * move the if-statement to the job level * add a badge * switch to ubuntu-latest * bump version to 0.5.2 * add apt-get update before installing
-
Kai Chen authored
* Create a github action workflow * Fix the workflow config * Fix codecov * skip codecov for python 3.8 * fix the expression * remove the if expression
-