1. 03 Oct, 2021 1 commit
  2. 26 Sep, 2021 2 commits
  3. 25 Sep, 2021 1 commit
  4. 24 Sep, 2021 5 commits
  5. 23 Sep, 2021 6 commits
  6. 21 Sep, 2021 2 commits
  7. 14 Sep, 2021 1 commit
    • Zaida Zhou's avatar
      [Docs] Use PyTorch sphinx theme (#1321) · 1216e5fe
      Zaida Zhou authored
      * [Docs] Use PyTorch sphinx theme
      
      * add sphinx-copybutton
      
      * add twitter and zhihu link
      
      * remove shpinx_rtd_theme from doc.xtx
      
      * update docs.txt
      
      * update conf.py
      1216e5fe
  8. 13 Sep, 2021 1 commit
  9. 09 Sep, 2021 2 commits
  10. 08 Sep, 2021 1 commit
  11. 07 Sep, 2021 5 commits
  12. 01 Sep, 2021 1 commit
  13. 29 Aug, 2021 1 commit
    • Eugene Liu's avatar
      Add DCN and Modulated DCN CPU implementation (#1278) · e621e08d
      Eugene Liu authored
      * DCN cpu version
      
      * add modulated dcn cpu version
      
      * move deform_conv_shape_check to deform conv utils
      
      * add inline to deform_conv_shape_check
      
      * add tests
      
      * run linter
      
      * add newline at file end
      
      * run pre-commit against modulated deform conv cpp
      
      * update saconv test
      
      * run clang-format
      
      * remove cuda device inline
      
      * refactor dcn cuda/cpu functions
      
      * remove DCN util
      
      * remove DCN util hpp from all included files
      
      * Addressing PR comment by refactoring modulated-DCN
      
      * fix lint in cpp files
      e621e08d
  14. 27 Aug, 2021 2 commits
  15. 24 Aug, 2021 3 commits
    • Zaida Zhou's avatar
      bump version to v1.3.12 (#1297) · 7540cf73
      Zaida Zhou authored
      7540cf73
    • densechen's avatar
      RunnerConstructor (#1296) · 642b48f1
      densechen authored
      
      
      * runner constructor
      
      * import runner at `__init__`
      
      * fix yapf
      
      * fix
      
      * fix yapf
      
      * better write
      
      * add using example
      
      * add common
      
      * fix lint
      
      * refactor format
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      642b48f1
    • Wenwei Zhang's avatar
      [Feature] Add windows CI (#1023) · 979a355d
      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: default avatarzhouzaida <zhouzaida@163.com>
      979a355d
  16. 23 Aug, 2021 6 commits
    • q.yao's avatar
      [Fix] Update requirement of ONNX Runtime (#1290) · 8aab4f25
      q.yao authored
      * update requirements of onnxruntime
      
      * update document
      
      * use python setup.py instead of pip install
      8aab4f25
    • pc's avatar
      fix parrots op bug (#1289) · ea3e9789
      pc authored
      ea3e9789
    • Haian Huang(深度眸)'s avatar
      Add Chinese Documentation of runner (#1202) · f022d577
      Haian Huang(深度眸) authored
      * Add Chinese Documentation of runner
      
      * Fix error
      
      * Fix lint
      
      * update
      
      * update comment
      f022d577
    • Paige Wang's avatar
      add modulated_deform_conv in onnxruntime support (#1281) · 1790e9f2
      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
      1790e9f2
    • Zaida Zhou's avatar
      [Fix] Remove dumplicate files in csrc (#1284) · 77cb5786
      Zaida Zhou authored
      77cb5786
    • Ma Zerun's avatar
      [WIP] continue PR #784 (#1221) · 357b0dfb
      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: default avatarZhiyuan Chen <this@zyc.ai>
      357b0dfb