1. 05 May, 2020 4 commits
  2. 04 May, 2020 5 commits
  3. 29 Apr, 2020 3 commits
  4. 28 Apr, 2020 2 commits
  5. 27 Apr, 2020 2 commits
  6. 26 Apr, 2020 1 commit
  7. 24 Apr, 2020 2 commits
  8. 23 Apr, 2020 1 commit
  9. 21 Apr, 2020 1 commit
    • Negin Raoof's avatar
      [ONNX] Fix for dynamic scale_factor export (#2087) · d6ee8757
      Negin Raoof authored
      * Fixing nms on boxes when no detection
      
      * test
      
      * Fix for scale_factor computation
      
      * remove newline
      
      * Fix for mask_rcnn dynanmic axes
      
      * Clean up
      
      * Update transform.py
      
      * Fix for torchscript
      
      * Fix scripting errors
      
      * Fix annotation
      
      * Fix lint
      
      * Fix annotation
      
      * Fix for interpolate scripting
      
      * Fix for scripting
      
      * refactoring
      
      * refactor the code
      
      * Fix annotation
      
      * Fixed annotations
      
      * Added test for resize
      
      * lint
      
      * format
      
      * bump ORT
      
      * ort-nightly version
      
      * Going to ort 1.1.0
      
      * remove version
      
      * install typing-extension
      d6ee8757
  10. 16 Apr, 2020 1 commit
  11. 15 Apr, 2020 1 commit
  12. 14 Apr, 2020 4 commits
  13. 10 Apr, 2020 2 commits
  14. 09 Apr, 2020 2 commits
  15. 08 Apr, 2020 2 commits
  16. 07 Apr, 2020 5 commits
  17. 06 Apr, 2020 2 commits
    • Yonghye Kwon's avatar
      cleanup unused import (#2067) · 74679cc5
      Yonghye Kwon authored
      cleanup
      74679cc5
    • peterjc123's avatar
      Try building Windows nightlies on CircleCI (#2058) · b7a0415e
      peterjc123 authored
      * Try building Windows nightlies on CircleCI
      
      * Update config.yml
      
      * Merge jobs
      
      * Use cmd
      
      * Debug
      
      * Fix PATH
      
      * Enable build matrix
      
      * Try integrate with regenerate.py
      
      * Fix upload path for Windows wheels
      
      * Bring fewer tests to CI
      
      * Run other tests only on master
      
      * Refactor code
      
      * Use nightly branch
      
      * Fix lint
      b7a0415e