1. 20 Jun, 2022 1 commit
  2. 30 May, 2022 1 commit
    • vfdev's avatar
      Fixing issue with setup_env.sh in docker (#6106) · 03eda6e5
      vfdev authored
      New version of git checks folder owner and errors with 'fatal: unsafe repository' if owner is different.
      Thus, `root_dir="$(git rev-parse --show-toplevel)"` is failing.
      
      To fix the issue, just added all floder as safe directories
      git rev-parse --show-toplevel
      03eda6e5
  3. 10 May, 2022 1 commit
  4. 05 Apr, 2022 1 commit
  5. 21 Mar, 2022 1 commit
  6. 16 Mar, 2022 1 commit
  7. 02 Feb, 2022 1 commit
  8. 17 Jan, 2022 1 commit
  9. 07 Jan, 2022 1 commit
  10. 19 Dec, 2021 1 commit
  11. 14 Dec, 2021 1 commit
  12. 18 Nov, 2021 1 commit
  13. 01 Nov, 2021 1 commit
  14. 28 Oct, 2021 1 commit
  15. 20 Oct, 2021 1 commit
  16. 04 Oct, 2021 2 commits
    • Nicolas Hug's avatar
      Fix all outstanding flake8 issues (#4535) · b81d189d
      Nicolas Hug authored
      b81d189d
    • Philip Meier's avatar
      Add ufmt (usort + black) as code formatter (#4384) · 5f0edb97
      Philip Meier authored
      
      
      * add ufmt as code formatter
      
      * cleanup
      
      * quote ufmt requirement
      
      * split imports into more groups
      
      * regenerate circleci config
      
      * fix CI
      
      * clarify local testing utils section
      
      * use ufmt pre-commit hook
      
      * split relative imports into local category
      
      * Revert "split relative imports into local category"
      
      This reverts commit f2e224cde2008c56c9347c1f69746d39065cdd51.
      
      * pin black and usort dependencies
      
      * fix local test utils detection
      
      * fix ufmt rev
      
      * add reference utils to local category
      
      * fix usort config
      
      * remove custom categories sorting
      
      * Run pre-commit without fixing flake8
      
      * got a double import in merge
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      5f0edb97
  17. 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
  18. 13 Sep, 2021 1 commit
  19. 19 Aug, 2021 1 commit
  20. 01 Jul, 2021 1 commit
  21. 21 Jun, 2021 1 commit
  22. 14 Jun, 2021 1 commit
  23. 21 May, 2021 1 commit
  24. 11 May, 2021 1 commit
  25. 07 May, 2021 1 commit
  26. 21 Apr, 2021 1 commit
    • Nicolas Hug's avatar
      Refactor test_models to use pytest (#3697) · a64b54ac
      Nicolas Hug authored
      
      
      * refactor test_models to use pytest
      
      * Also xfail the detection models
      
      * Remove xfail and just comment out expected failing parts
      
      * Comment out some more
      
      * put back commented checks
      
      * cleaning + comment
      
      * docs
      
      * void unnecessary changes
      
      * r2plus1d_18 seems  to segfault on linux gpu??
      
      * put back test, failure is unrelated
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      a64b54ac
  27. 07 Apr, 2021 1 commit
  28. 01 Mar, 2021 2 commits
  29. 24 Feb, 2021 1 commit
  30. 12 Feb, 2021 1 commit
  31. 01 Feb, 2021 1 commit
  32. 02 Dec, 2020 1 commit
  33. 20 Nov, 2020 1 commit
  34. 21 Oct, 2020 1 commit
  35. 06 Oct, 2020 1 commit
    • Edgar Andrés Margffoy Tuay's avatar
      PR: Add PyTorch FFmpeg to wheel and conda distributions (#2596) · 635406c3
      Edgar Andrés Margffoy Tuay authored
      
      
      * Add PyTorch FFmpeg to wheel and conda distributions
      
      * Try to install wget from conda
      
      * Add yq flag on Mac
      
      * Correct copy instructions
      
      * Use cURL on Windows
      
      * Call bzip2 directly due to msys2/MSYS2-packages#1548
      
      * Copy ffmpeg binaries to system-wide directories
      
      * Try to use std:c++17 on Windows
      
      * Try to define ssize_t on Windows
      
      * Use C++14
      
      * Declare AVRational structs explicitly
      
      * Initialize AVRational explicitly
      
      * Replace macro to prevent errors on Windows
      
      * Replace AV_TIME_BASE_Q
      
      * Add library paths for video extension
      
      * Force ffmpeg from pytorch channels?
      
      * Fix clang style warnings
      
      * Update CONDA_CHANNEL_FLAGS
      
      * Fix clang style issues
      
      * Update unittest
      
      * Use FFmpeg 4.2
      
      * Install correct version on Mac
      
      * Pin av version to 8.0.0
      
      * Fix string formatting issue
      
      * Fix pip pinning
      
      * Try with 8.0.1
      
      * Use av 8.0.2
      
      * Remove trailling whitespaces
      
      * Disable test_io_opt.py
      
      * Disable test_datasets_video_utils
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      635406c3
  36. 29 Sep, 2020 1 commit
  37. 14 Sep, 2020 1 commit
  38. 13 Jul, 2020 1 commit