1. 17 Jan, 2020 1 commit
  2. 02 Dec, 2019 1 commit
  3. 18 Oct, 2019 1 commit
  4. 16 Oct, 2019 1 commit
    • Francisco Massa's avatar
      Use PyTorch 1.3 for CI (#1467) · 63128cb4
      Francisco Massa authored
      * Use PyTorch 1.3 for CI
      
      * Try fixing TravisCI
      
      * Revert rebase to master to old state
      
      * Try pinning lastest anaconda that was working, there was a new package out yesterday that might have breaken up things
      
      * Try removing conda update conda
      63128cb4
  5. 26 Sep, 2019 1 commit
    • Francisco Massa's avatar
      Fix nightly builds (#1374) · cae0eeee
      Francisco Massa authored
      * Fix nightly builds
      
      * Fix lint
      
      * Disable video_reader tests on Travis
      
      * Disable one more test that segfaults on Travis
      
      * Fix typo in expression
      cae0eeee
  6. 20 Sep, 2019 1 commit
    • eellison's avatar
      Make Densenet Scriptable (#1342) · 21110d93
      eellison authored
      * make densenet scriptable
      
      * make py2 compat
      
      * use torch List polyfill
      
      * fix unpacking for checkpointing
      
      * fewer changes to _Denseblock
      
      * improve error message
      
      * print traceback
      
      * add typing dependency
      
      * add typing dependency to travis too
      
      * Make loading old checkpoints work
      21110d93
  7. 18 Sep, 2019 1 commit
  8. 12 Sep, 2019 1 commit
  9. 10 Sep, 2019 1 commit
  10. 09 Sep, 2019 2 commits
  11. 30 Aug, 2019 1 commit
    • Shahriar's avatar
      Checking clang-format for C++ side (#1274) · 5537790b
      Shahriar authored
      * Added initial code
      
      * Changed clang version
      
      * Changed travis script
      
      * Changed travis script
      
      * Updated travis script
      
      * Updated travis script
      
      * Updated travis script
      5537790b
  12. 29 Aug, 2019 1 commit
  13. 02 Jul, 2019 1 commit
    • Francisco Massa's avatar
      Adds video reading / saving functionalities (#1039) · d293c4c5
      Francisco Massa authored
      * WIP
      
      * WIP
      
      * Add some documentation
      
      * Improve tests and add GC collection
      
      * [WIP] add timestamp getter
      
      * Bugfixes
      
      * Improvements and travis
      
      * Add audio fine-grained alignment
      
      * More doc
      
      * Remove unecessary file
      
      * Remove comment
      
      * Lazy import av
      
      * Remove hard-coded constants for the test
      
      * Return info stats from read
      
      * Fix for Python-2
      d293c4c5
  14. 24 Jun, 2019 1 commit
  15. 03 Jun, 2019 1 commit
    • Philip Meier's avatar
      [WIP] Add test for ImageNet (#976) · 7716aba5
      Philip Meier authored
      * added fake data
      
      * fixed fake data
      
      * renamed extract and download methods and added functionality
      
      * added raw fake data
      
      * refactored imagenet and added test
      
      * flake8
      
      * added fake devkit and mocked download_url
      
      * reversed uncommenting
      
      * added mock to CI
      
      * fixed tests for imagefolder
      
      * flake8
      7716aba5
  16. 07 May, 2019 1 commit
  17. 08 Jan, 2019 1 commit
    • Will Price's avatar
      [travis] Record code coverage and display on README (#703) · 98ca260b
      Will Price authored
      Test installed version of package
      
      To test against the installed version of the package (which is
      preferably since this can catch installation file inclusion bugs) we
      have to deal with quirks of coverage.py. By default the ecosystem is
      set up to do development coverage tests (e.g. in src, or by using `pip
      install -e .` or `python setup.py develop`).
      
      We want to test against the version installed, to do this we have to
      find the install path which we'll then pass to the `--cov` arg added by
      `pytest-cov`. To do this, we have to cd out of the current folder, and
      import the installed version and get it's install path (if we don't cd
      out, then we end up getting the existing directory in the cwd since by
      default cwd is on `sys.path`)
      
      Once we have the install path, we pass that to the `--cov` of pytest,
      however we also want to rewrite the paths for codecov to pick them up on
      the website, if they don't have to code coverage with local pat...
      98ca260b
  18. 27 Mar, 2018 1 commit
  19. 31 Jan, 2018 1 commit
  20. 23 Sep, 2017 1 commit
  21. 27 Feb, 2017 2 commits