Skip to content
Snippets Groups Projects
  1. Nov 16, 2020
  2. Sep 28, 2020
  3. Sep 23, 2020
  4. Sep 21, 2020
  5. Sep 20, 2020
  6. Aug 19, 2020
    • Paul Willot's avatar
      Fix ONNX export for panotpic model (#180) · 5e66b4cd
      Paul Willot authored
      * Fix ONNX export for panotpic model
      
      The operation `.view_as(an_other_tensor)` is not supported by ONNX, `view(an_other_tensor.size())` is identical and supported. This fix allow to export panoptic models.
      
      * Update test_all.py
      
      Add onnx export test for panoptic model
      
      * fix lint
      
      * fix lint
      
      * Skip test on OOM CI error
      Unverified
      5e66b4cd
  7. Aug 12, 2020
  8. Aug 11, 2020
  9. Aug 07, 2020
  10. Aug 05, 2020
    • Omri Bar's avatar
      hs dimensions once DEEP_SUPERVISION is False (#176) · 12f66d73
      Omri Bar authored
      * hs dimensions once DEEP_SUPERVISION is False
      
      in case DEEP_SUPERVISION is False, the first dimension of hs is 'missing'
      
      * Fixing hs output to return a consistent tensor dimension within the TransformerDecoder class once DEEP_SUPERVISION is False
      Unverified
      12f66d73
  11. Aug 03, 2020
    • Zhiqiang Wang's avatar
      Bug fixes in ONNX model tracing (#173) · f4cdc542
      Zhiqiang Wang authored
      * Bug fixes in ONNX export
      
      * Add onnx onnxruntime as requirements
      
      * Add unittest of detr panoptic model onnx export
      
      * Update onnx opset version to 12 to support operator einsum in detr panoptic models
      
      * Fix lint
      
      * The precision of panoptic onnx exported model exceeded the margin of error
      Unverified
      f4cdc542
  12. Jul 11, 2020
  13. Jul 10, 2020
  14. Jul 09, 2020
  15. Jun 30, 2020
  16. Jun 29, 2020
  17. Jun 28, 2020
  18. Jun 23, 2020
  19. Jun 15, 2020
  20. Jun 14, 2020
  21. Jun 12, 2020
    • Less Wright's avatar
      improve robustness of plot_logs function, handle single directory argument for 'logs' param (#62) · 22d955b8
      Less Wright authored
      * improve robustness of plot_logs function:
      - robustify logs param - checks if list, if not, deep converts to list for plotting.
      - expose log name as optional param (log_name = 'log.txt') to avoid internal hard-coded references
      - verify directories passed in are valid.  Raise ValueError if not with path to broken directory shown
      - added parameter explanations in commments
      
      * whitespace fixes for pylint
      
      * pylint flake8 update for whitespace
      
      * pylint flake8 update for whitespace, last 4 issues
      
      * code pylint missing 2 trailing wspace, fixed
      
      * blank line at end of file removed...
      
      * simplified use case to path/list[path]
      
      * 2 whitespace fixes
      
      * one last whitespace removed
      Unverified
      22d955b8
  22. Jun 06, 2020
  23. Jun 05, 2020
  24. Jun 02, 2020
  25. Jun 01, 2020
  26. May 30, 2020
  27. May 29, 2020
  28. May 28, 2020
  29. May 27, 2020
Loading