1. 05 Oct, 2021 1 commit
  2. 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
  3. 31 Aug, 2021 1 commit
  4. 16 Aug, 2021 2 commits
  5. 08 Apr, 2021 1 commit
  6. 19 Nov, 2020 1 commit
  7. 06 Nov, 2020 1 commit
    • F-G Fernandez's avatar
      Added annotation typing to densenet (#2860) · a8d84961
      F-G Fernandez authored
      * style: Added annotation typing for densenet
      
      * fix: Fixed import
      
      * refactor: Removed un-necessary import
      
      * fix: Fixed constructor typing
      
      * chore: Updated mypy.ini
      
      * fix: Fixed tuple typing
      
      * style: Ignored some mypy errors
      
      * style: Fixed typing
      
      * fix: Added missing constructor typing
      a8d84961
  8. 22 Sep, 2020 1 commit
  9. 14 Sep, 2020 1 commit
    • Philip Meier's avatar
      Add typehints for torchvision.io (#2543) · f8bf06d5
      Philip Meier authored
      
      
      * enable typing check for torchvision.io
      
      * fix existing errors
      
      * Update torchvision/io/_video_opt.py
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      
      * add ignores for FileFinder
      
      * use python 3 type hints
      
      * lint
      
      * video_opt
      
      * video
      
      * try quote av type hints
      
      * revert from .dim() to .ndim
      
      * revert changes to _video_opt.py and ignore errors
      
      * fix type hints
      
      * fix type hints for read_video_timestamps
      
      * change offset int to float
      
      * remove unused import
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      f8bf06d5
  10. 30 Jul, 2020 1 commit
  11. 11 May, 2020 1 commit
    • Philip Meier's avatar
      Add static type check with mypy (#2195) · a81d99b7
      Philip Meier authored
      * add mypy config
      
      * fix syntax error
      
      * fix annotations in torchvision/utils.py
      
      * add mypy type check to CircleCI
      
      * add mypy cache to ignore files
      
      * try fix CI
      
      * ignore flake8 F821 since it interferes with mypy
      
      * add mypy type check to config generator
      
      * explicitly set config files
      a81d99b7