Skip to content
Snippets Groups Projects
  1. Dec 22, 2019
  2. Dec 21, 2019
    • Rinat Shigapov's avatar
      Async inference interface (#1647) · 9729ca54
      Rinat Shigapov authored
      * async inference support
      
      * implemented concurrent decorator
      
      * fixes for Python versions < 3.7
      
      * async methods depend on python version
      
      * revert changes in forward method
      
      * async_test -> async_simple_test, debug logging is done via logger.debug
      
      * add async test
      
      * add asynctest to test requirements
      
      * async tests are run in Python 3.7
      
      * check CUDA, add docs
      
      * fix device
      
      * run test only if CUDA is available
      
      * fix linting
      
      * custom operators can run on nondefault stream
      
      * set current stream in kernel launch configuration
      
      * example fixes
      
      * add async/sync interface comparison benchmark
      
      * fix linting
      9729ca54
  3. Dec 18, 2019
  4. Dec 16, 2019
  5. Dec 14, 2019
  6. Dec 13, 2019
  7. Dec 12, 2019
  8. Dec 10, 2019
  9. Nov 29, 2019
  10. Nov 28, 2019
  11. Nov 27, 2019
  12. Nov 26, 2019
  13. Nov 24, 2019
  14. Nov 23, 2019
  15. Nov 22, 2019
  16. Nov 21, 2019
  17. Nov 10, 2019
  18. Nov 07, 2019
  19. Nov 05, 2019
  20. Oct 26, 2019
  21. Oct 25, 2019
    • Wenwei Zhang's avatar
      Support to view AP for each class (#1549) · 1f3e2734
      Wenwei Zhang authored
      * also support to view ap
      
      * change string format
      
      * eval class_wise in coco_eval
      
      * reformat
      
      * class_wise API from detectron
      
      * reformat
      
      * change code source
      
      * reformat, use terminaltable
      1f3e2734
Loading