1. 26 Jun, 2020 1 commit
  2. 17 Jun, 2020 1 commit
  3. 01 Jun, 2020 1 commit
  4. 31 May, 2020 1 commit
  5. 30 May, 2020 1 commit
  6. 29 May, 2020 1 commit
  7. 12 May, 2020 2 commits
  8. 24 Apr, 2020 1 commit
  9. 14 Apr, 2020 3 commits
  10. 08 Apr, 2020 1 commit
  11. 07 Apr, 2020 1 commit
  12. 06 Apr, 2020 1 commit
    • peterjc123's avatar
      Try building Windows nightlies on CircleCI (#2058) · b7a0415e
      peterjc123 authored
      * Try building Windows nightlies on CircleCI
      
      * Update config.yml
      
      * Merge jobs
      
      * Use cmd
      
      * Debug
      
      * Fix PATH
      
      * Enable build matrix
      
      * Try integrate with regenerate.py
      
      * Fix upload path for Windows wheels
      
      * Bring fewer tests to CI
      
      * Run other tests only on master
      
      * Refactor code
      
      * Use nightly branch
      
      * Fix lint
      b7a0415e
  13. 02 Apr, 2020 1 commit
  14. 01 Apr, 2020 1 commit
  15. 31 Mar, 2020 1 commit
    • Philip Meier's avatar
      Remove six dependency (#2017) · 42b8d462
      Philip Meier authored
      * remove six from python code
      
      * remove six from setup.py
      
      * remove six from tests
      
      * remove six from references
      
      * remove six from packaging
      
      * revert str to torch._six._string_classes
      
      * revert str to torch._six._string_classes
      42b8d462
  16. 24 Mar, 2020 1 commit
  17. 19 Mar, 2020 1 commit
  18. 11 Mar, 2020 1 commit
    • peterjc123's avatar
      Update Windows CI for nightly builds (#1961) · cca0c77a
      peterjc123 authored
      * Update Windows CI for nightly builds
      
      * Add CUDA 10.2 jobs
      
      * Update vs install scripts
      
      * Add switch case for cuda 10.2
      
      * more changes for cuda 10.2
      
      * Revert upload jobs
      cca0c77a
  19. 14 Feb, 2020 1 commit
  20. 29 Jan, 2020 1 commit
  21. 27 Jan, 2020 2 commits
  22. 21 Jan, 2020 1 commit
  23. 16 Jan, 2020 1 commit
  24. 14 Jan, 2020 1 commit
  25. 21 Oct, 2019 1 commit
  26. 18 Oct, 2019 1 commit
  27. 16 Oct, 2019 3 commits
  28. 11 Oct, 2019 1 commit
  29. 03 Oct, 2019 1 commit
  30. 27 Sep, 2019 1 commit
  31. 24 Sep, 2019 1 commit
  32. 22 Sep, 2019 1 commit
  33. 20 Sep, 2019 2 commits
    • Zhicheng Yan's avatar
      [video reader] inception commit (#1303) · 31fad34f
      Zhicheng Yan authored
      * [video reader] inception commit
      
      * add method save_metadata to class VideoClips in video_utils.py
      
      * add load_metadata() method to VideoClips class
      
      * add Exception to not catch unexpected events such as memory erros, interrupt
      
      * fix bugs in video_plus.py
      
      * [video reader]remove logging. update setup.py
      
      * remove time measurement in test_video_reader.py
      
      * Remove glog and try making ffmpeg finding more robust
      
      * Add ffmpeg to conda build
      
      * Add ffmpeg to conda build [again]
      
      * Make library path finding more robust
      
      * Missing import
      
      * One more missing fix for import
      
      * Py2 compatibility and change package to av to avoid version conflict with ffmpeg
      
      * Fix for python2
      
      * [video reader] support to decode one stream only (e.g. video/audio stream)
      
      * remove argument _precomputed_metadata_filepath
      
      * remove save_metadata method
      
      * add get_metadata method
      
      * expose _precomputed_metadata and frame_rate arguments in video dataset __init__ method
      
      * remove ssize_t
      
      * remove size_t to pass CI check on Windows
      
      * add PyInit__video_reader function to pass CI check on Windows
      
      * minor fix to define PyInit_video_reader symbol
      
      * Make c++ video reader optional
      
      * Temporarily revert changes to test_io
      
      * Revert changes to python files
      
      * Rename files to make it private
      
      * Fix python lint
      
      * Fix C++ lint
      
      * add a functor object EnumClassHash to make Enum class instances usable as key type of std::unordered_map
      
      * fix cpp format check
      31fad34f
    • Francisco Massa's avatar
      Fix CI for py2.7 cu100 wheels (#1354) · 05ca824e
      Francisco Massa authored
      * [TEST][DO NOT MERGE] Testing CI
      
      * Try fixing build
      05ca824e