1. 31 Mar, 2021 3 commits
  2. 30 Mar, 2021 11 commits
  3. 29 Mar, 2021 1 commit
  4. 25 Mar, 2021 1 commit
  5. 24 Mar, 2021 4 commits
    • Bruno Korbar's avatar
      Implementing multithreaded video decoding (#3389) · 3bfdb427
      Bruno Korbar authored
      
      
      * multithreading allowed in stream codec context
      
      * numThreads is passed as a decoder parameter. At this stage code should be unchanged
      
      * enabling multithreading in videoReader API
      
      * moving defaults to header files
      
      * replace long with int64_t because torchscript
      
      * docstring for Num threads
      
      * Enable codec-related heuristics as defaults
      
      * Update torchvision/csrc/io/decoder/stream.cpp
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      
      * Fixing build errors
      
      * minor docs
      
      * Linting
      
      * updating defaults for the C++ function calls to be single threaded
      
      * adding special case for single threaded stuff
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      3bfdb427
    • Francisco Massa's avatar
      Bump nightlies to 0.10.0 (#3599) · 38bb2704
      Francisco Massa authored
      38bb2704
    • Philip Meier's avatar
      add tests for MNIST and variants (#3423) · aa365993
      Philip Meier authored
      * add tests for MNIST and variants
      
      * remove old tests and fakedata generation
      
      * fix default config detection for if dataset has variable keywords
      
      * use split="mnist" as default for EMNIST
      
      * fix QMNIST tests
      
      * lint
      
      * fix special kwargs detection
      
      * Revert "use split="mnist" as default for EMNIST"
      
      This reverts commit 62c9b23597f4a391cad409cbd93edac1b3474acf.
      
      * fix tests
      
      * fix QMNIST test case name
      
      * remove dead code from test
      
      * Revert "remove old tests and fakedata generation"
      
      This reverts commit a285b97c4827566a5bc06c288f5bba8d614a4f7a.
      
      * remove old tests
      
      * readd removed import
      aa365993
    • Philip Meier's avatar
      Improve error handling in make_dataset (#3496) · 0818c682
      Philip Meier authored
      * factor out find_classes
      
      * use find_classes in video datasets
      
      * adapt old tests
      0818c682
  6. 22 Mar, 2021 3 commits
  7. 20 Mar, 2021 4 commits
  8. 19 Mar, 2021 1 commit
  9. 18 Mar, 2021 1 commit
  10. 17 Mar, 2021 3 commits
  11. 16 Mar, 2021 3 commits
  12. 15 Mar, 2021 4 commits
  13. 12 Mar, 2021 1 commit