"docs/git@developer.sourcefind.cn:change/sglang.git" did not exist on "642fa966f28278a9f5ee7f83cb9d9f4a0729ed5e"
  1. 13 Feb, 2020 1 commit
    • talcs's avatar
      replaced mean on dimensions 2,3 by adaptive_avg_pooling2d (#1838) · 1e27b533
      talcs authored
      * replaced mean on dimensions 2,3 by adaptive_avg_pooling2d with destination of 1, to remove hardcoded dimension ordering
      
      * replaced reshape command by torch.squeeze after global_avg_pool2d, which is cleaner
      
      * reshape rather than squeeze for BS=1
      
      * remove import torch
      1e27b533
  2. 10 Feb, 2020 2 commits
  3. 04 Feb, 2020 1 commit
    • F-G Fernandez's avatar
      Added __repr__ attribute to GeneralizedRCNNTransform (#1834) · e2573a71
      F-G Fernandez authored
      * feat: Added __repr__ attribute to GeneralizedRCNNTransform
      
      Added more details to default __repr__ attribute for printing.
      
      * fix: Put back relative imports
      
      * style: Fixed pep8 compliance
      
      Switched strings with  syntax to f-strings.
      
      * test: Added test for GeneralizedRCNNTransform __repr__
      
      Checked integrity of __repr__ attribute
      
      * test: Fixed unittest for __repr__
      
      Fixed the formatted strings in the __repr__ integrity check for GeneralizedRCNNTransform
      
      * fix: Fixed f-strings for earlier python versions
      
      Switched back f-strings to .format syntax for Python3.5 compatibility.
      
      * fix: Fixed multi-line string
      
      Fixed multiple-line string syntax for compatibility
      
      * fix: Fixed GeneralizedRCNNTransform unittest
      
      Fixed formatting of min_size argument of the resizing part
      e2573a71
  4. 30 Jan, 2020 1 commit
  5. 29 Jan, 2020 3 commits
  6. 28 Jan, 2020 1 commit
  7. 27 Jan, 2020 6 commits
  8. 22 Jan, 2020 4 commits
  9. 17 Jan, 2020 1 commit
  10. 16 Jan, 2020 1 commit
  11. 14 Jan, 2020 1 commit
  12. 13 Jan, 2020 2 commits
  13. 10 Jan, 2020 1 commit
  14. 03 Jan, 2020 1 commit
  15. 02 Jan, 2020 3 commits
  16. 19 Dec, 2019 1 commit
  17. 17 Dec, 2019 1 commit
  18. 16 Dec, 2019 3 commits
  19. 11 Dec, 2019 1 commit
  20. 10 Dec, 2019 2 commits
  21. 06 Dec, 2019 1 commit
  22. 05 Dec, 2019 2 commits