1. 19 Dec, 2021 1 commit
  2. 14 Dec, 2021 1 commit
  3. 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
  4. 08 Dec, 2021 1 commit
  5. 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
  6. 29 Nov, 2021 1 commit
  7. 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
  8. 18 Nov, 2021 1 commit
  9. 16 Nov, 2021 1 commit
  10. 15 Nov, 2021 1 commit
  11. 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
  12. 03 Nov, 2021 1 commit
  13. 01 Nov, 2021 1 commit
  14. 31 Oct, 2021 1 commit
  15. 29 Oct, 2021 2 commits
  16. 28 Oct, 2021 1 commit
  17. 21 Oct, 2021 1 commit
  18. 20 Oct, 2021 2 commits
  19. 07 Oct, 2021 1 commit
  20. 04 Oct, 2021 3 commits
  21. 30 Sep, 2021 1 commit
    • Philip Meier's avatar
      add torchdata as prototype dependency (#4499) · 4bf60863
      Philip Meier authored
      
      
      * add torchdata as prototype dependency
      
      * ignore torchdata for mypy
      
      * move git dependency out of conda environment file
      
      * try unsetting PYTORCH_VERSION env var
      
      * cleanup
      
      * move installation of torchdata after installtion of PyTorch
      
      * regenerate circlci config
      
      * remove branch from torchdata download link
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      4bf60863
  22. 29 Sep, 2021 1 commit
    • Yi Zhang's avatar
      enable windows cuda unit tests (#4421) · 932ca5a3
      Yi Zhang authored
      
      
      * enable cuda for unittest
      
      * add one check
      
      * rename
      
      * minor fix
      
      * add more check
      
      * add cuda envs
      
      * add more cuda envs
      
      * add driver update
      
      * update vs integration
      
      * get cuda version
      
      * merge
      
      * add envs in install.sh
      
      * reduce some change and add comments
      
      * minor improve
      
      * fix typo
      
      * exit if driver update failed
      
      * fix lint
      
      * fix lint
      
      * Avoid catching exception to show error message
      
      * try 11.1
      
      * try 11.1
      
      * "try 11.1"
      
      * set the downloaded gpu driver dlls only for 10.2
      
      * check torch.cuda.is_available()
      
      * add display.driver
      
      * Revert "Avoid catching exception to show error message"
      
      This reverts commit 1ce58c50de9fefcc3438d29ff398b941f9b6a757.
      
      * Update .circleci/unittest/windows/scripts/set_cuda_envs.sh
      
      * Update .circleci/unittest/windows/scripts/set_cuda_envs.sh
      
      * Update .circleci/unittest/windows/scripts/set_cuda_envs.sh
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      Co-authored-by: default avatarNikita Shulga <nikita.shulga@gmail.com>
      Co-authored-by: default avatarNikita Shulga <nshulga@fb.com>
      932ca5a3
  23. 24 Sep, 2021 2 commits
  24. 17 Sep, 2021 1 commit
    • Yi Zhang's avatar
      FIX CMAKE_WINDOWS_GPU workflow (#4419) · 85982ac6
      Yi Zhang authored
      * add cuda envs
      
      * packaging doesn't need cuda env now
      
      * fix cmake_windows_gpu
      
      * minor fix
      
      * rename suffix
      
      * minor change
      
      * update vs integration
      85982ac6
  25. 13 Sep, 2021 2 commits
  26. 23 Aug, 2021 1 commit
  27. 19 Aug, 2021 1 commit
  28. 06 Aug, 2021 1 commit
  29. 14 Jul, 2021 1 commit
  30. 01 Jul, 2021 1 commit
  31. 21 Jun, 2021 1 commit
  32. 15 Jun, 2021 1 commit
  33. 14 Jun, 2021 1 commit