Zaida Zhou
|
45fa3e44a2
|
Add pyupgrade pre-commit hook (#1937)
* add pyupgrade
* add options for pyupgrade
* minor refinement
|
2022-05-18 11:47:14 +08:00 |
Zaida Zhou
|
6e9ce18323
|
Add copyright pre-commit-hook (#1742)
* first commit
* Add copyright pre-commit-hook
|
2022-02-24 09:24:25 +08:00 |
Jiazhen Wang
|
fb486b96fd
|
[Fix] Fix some warnings in unittest (#1522)
* [Fix] fix some warnings in unittest
* [Impl] standardize some warnings
* [Fix] fix warning type in test_deprecation
* [Fix] fix warning type
* [Fix] continue fixing
* [Fix] fix some details
* [Fix] fix docstring
* [Fix] del useless statement
* [Fix] keep compatibility for torch < 1.5.0
|
2021-12-22 10:57:10 +08:00 |
Dmitry Sidnev
|
a88d1d28c1
|
[Feature] enable exporting to onnx for PointRend (#953)
* Fix export to onnx for PointRend
* Fix codestyle
* Fix codestyle
* Fix type in docstring
* Minor fix
* Fix export with custom ops
* Fix codestyle
* Add tests for bilinear_grid_sample function
* Remove redundant operation and rename variables
* Fix bug in bilinear_grid_sample and update test
* Fix getting batch size
* skip torch==1.3.1
* remove unused import
* fix lint
* support export with batch
* fix dynamic clip
* skip test for torch<1.5.0
* Add docstrings and comments
* Minor fix
* Recover clipping code
* Fix clamping in pytorch 1.7.0
* Fix bilinear_grid_sampler
* Minor fix
Co-authored-by: maningsheng <maningsheng@sensetime.com>
|
2021-06-11 13:49:19 +08:00 |