1. 16 Mar, 2022 2 commits
  2. 10 Mar, 2022 1 commit
  3. 04 Mar, 2022 1 commit
  4. 24 Feb, 2022 3 commits
  5. 23 Feb, 2022 1 commit
  6. 22 Feb, 2022 1 commit
  7. 20 Feb, 2022 1 commit
  8. 02 Feb, 2022 1 commit
  9. 27 Jan, 2022 1 commit
  10. 25 Jan, 2022 1 commit
  11. 17 Jan, 2022 1 commit
  12. 07 Jan, 2022 1 commit
  13. 31 Dec, 2021 1 commit
  14. 19 Dec, 2021 1 commit
  15. 14 Dec, 2021 1 commit
  16. 09 Dec, 2021 1 commit
    • Andrey Talman's avatar
      Add CUDA-11.5 builds to torchvision (#5024) · 8aa31740
      Andrey Talman authored
      * Add CUDA-11.5 builds to torchvision
      
      * Try to fix cudatoolkit issue
      
      * Trying to use cuda11.5 instead of the toolkit
      
      * Trying to rollback last two changes
      
      * Testing
      
      * Using conda-forge only for cuda115 builds
      
      * Fix typo
      8aa31740
  17. 08 Dec, 2021 1 commit
  18. 30 Nov, 2021 2 commits
    • Philip Meier's avatar
      improve COCO prototype (#4650) · 39cf02a6
      Philip Meier authored
      * improve COCO prototype
      
      * test 2017 annotations
      
      * add option to include captions
      
      * fix categories and add tests
      
      * cleanup
      
      * add correct image size to bounding boxes
      
      * fix annotation collation
      
      * appease mypy
      
      * add benchmark
      
      * always use image as reference
      
      * another refactor
      
      * add support for segmentations
      
      * add support for segmentations
      
      * fix CI dependencies
      39cf02a6
    • Philip Meier's avatar
      cleanup CI config (#4983) · 65cdaeab
      Philip Meier authored
      
      
      * [DIRTY] cleanup CI config
      
      * remove pip install command
      
      * fix syntax
      
      * fix jobs
      
      * fix syntax
      
      * add support for editable install
      
      * sync
      
      * fix sudo apt install
      
      * fix editable install
      
      * sync
      
      * try pip without user install
      
      * [DIRTY] address review comments
      
      * [DIRTY] try use dynamic name
      
      * switch logic
      
      * address remaining comments
      
      * cleanup
      
      * more cleanup
      
      * fix enabling prototype tests
      
      * Update .circleci/config.yml.in
      Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
      
      * linebreak
      Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
      65cdaeab
  19. 29 Nov, 2021 1 commit
  20. 26 Nov, 2021 1 commit
    • Philip Meier's avatar
      Download model weights in parallel for prototype CI (#4772) · 29f38f17
      Philip Meier authored
      * enable caching of model weights for prototype CI
      
      * syntax
      
      * syntax
      
      * make cache dir dynamic
      
      * increase verbosity
      
      * fix
      
      * use larget CI machine
      
      * revert debug output
      
      * [DEBUG] test env var usage in save_cache
      
      * retry
      
      * use checksum for caching
      
      * remove env vars because expansion is not working
      
      * syntax
      
      * cleanup
      
      * base caching on model-urls
      
      * relax regex
      
      * cleanup skips
      
      * cleanup
      
      * fix skipping logic
      
      * improve step name
      
      * benchmark without caching
      
      * benchmark with external download
      
      * debug
      
      * fix manual download location
      
      * debug again
      
      * download weights in the background
      
      * try parallel download
      
      * add missing import
      
      * use correct decoractor
      
      * up resource_class
      
      * fix wording
      
      * enable stdout passthrough to see download during test
      
      * remove linebreak
      
      * move checkout up
      
      * cleanup
      
      * debug failing test
      
      * temp fix
      
      * fix
      
      * cleanup
      
      * fix regex
      
      * remove explicit install of numpy
      29f38f17
  21. 18 Nov, 2021 1 commit
  22. 16 Nov, 2021 1 commit
  23. 15 Nov, 2021 1 commit
  24. 04 Nov, 2021 1 commit
    • Philip Meier's avatar
      add tests for prototype builtin datasets (#4682) · 49ec677c
      Philip Meier authored
      * add tests for builtin prototype datasets
      
      * fix caltech101
      
      * fix emnist
      
      * fix mnist and variants
      
      * add iopath as test requirement
      
      * fix MNIST warning
      
      * fix qmnist data generation
      
      * fix cifar data generation
      
      * add tests for imagenet
      
      * cleanup
      49ec677c
  25. 03 Nov, 2021 1 commit
  26. 01 Nov, 2021 1 commit
  27. 31 Oct, 2021 1 commit
  28. 29 Oct, 2021 2 commits
  29. 28 Oct, 2021 1 commit
  30. 21 Oct, 2021 1 commit
  31. 20 Oct, 2021 2 commits
  32. 07 Oct, 2021 1 commit
  33. 04 Oct, 2021 2 commits