"vscode:/vscode.git/clone" did not exist on "895c5f15628df870f7a2ced7151dedb84231a996"
  1. 01 Mar, 2021 8 commits
  2. 26 Feb, 2021 2 commits
  3. 25 Feb, 2021 4 commits
  4. 24 Feb, 2021 1 commit
  5. 23 Feb, 2021 5 commits
  6. 22 Feb, 2021 9 commits
  7. 19 Feb, 2021 1 commit
  8. 18 Feb, 2021 1 commit
    • Philip Meier's avatar
      [POC] Base class for dataset tests (#3402) · 22c548b0
      Philip Meier authored
      * add base class for datasets tests
      
      * add better type hints
      
      * add documentation to subclasses
      
      * add utility functions to create files / folders of random images and videos
      
      * fix imports
      
      * remove class properties
      
      * fix smoke test
      
      * fix type hints
      
      * fix random size generation
      
      * add Caltech256 as example
      
      * add utility function to create grid of combinations
      
      * add CIFAR100? as example
      
      * lint
      
      * add missing import
      
      * improve documentation
      
      * create 1 frame videos by default
      
      * remove obsolete check
      
      * return path of files created with utility functions
      
      * [test] close PIL file handles before deletion
      
      * fix video folder creation
      
      * generalize file handle closing
      
      * fix lazy imports
      
      * add test for transforms
      
      * fix explanation comment
      
      * lint
      
      * force load opened PIL images
      
      * lint
      
      * copy default config to avoid inplace modification
      
      * enable additional arg forwarding
      22c548b0
  9. 16 Feb, 2021 4 commits
  10. 15 Feb, 2021 4 commits
  11. 12 Feb, 2021 1 commit
    • Vasilis Vryniotis's avatar
      Add link-whole to torchvision ops-cpp (#3391) · af97ec2f
      Vasilis Vryniotis authored
      Summary:
      In opt mode, the linker could strip out the symbols related to the torchvision ops if they had not been explicitly requested.
      
      Adding link-whole is one way of fixing this.
      
      Reviewed By: datumbox, ppwwyyxx
      
      Differential Revision: D26249713
      
      fbshipit-source-id: 4e55e2ebb483922fe308fd8b83456439bde728c9
      af97ec2f