1. 05 May, 2020 3 commits
    • F-G Fernandez's avatar
      Added number of features in FrozenBatchNorm2d __repr__ (#2168) · 5db8998a
      F-G Fernandez authored
      * feat: Added number of features in FrozenBatchNorm2d repr
      
      While BatchNorm layers have extensive information in their repr, FrozenBatchNorm2d has one
      
      * refactor: Refactored FrozenBatchNorm2d __repr__
      
      * test: Added unittest for FrozenBatchNorm2d __repr__
      
      * style: Removed blank lines in test_ops
      
      * refactor: Avoids creating an extra attribute for __repr__
      
      * style: Switched __repr__ to f-string
      
      Since support of Python version ealier than 3.6 have been dropped, f-string can be used.
      
      * fix: Fixed typo in __repr__
      
      * style: Switched unittest .format to f-string
      5db8998a
    • Francisco Massa's avatar
      Fix lint (#2182) · c7147af0
      Francisco Massa authored
      c7147af0
    • Hong Xu's avatar
      Use consistent symbols in the doc of Normalize to avoid confusion (#2181) · 16636d7e
      Hong Xu authored
      `Mn`, `Sn` are used as mean and std, but their suddenly turned to be
      `mean[n]` and `std[n]` in about 10 words later
      16636d7e
  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 3 commits