1. 27 Feb, 2023 1 commit
  2. 17 Feb, 2023 1 commit
  3. 19 Oct, 2022 1 commit
  4. 28 Sep, 2022 1 commit
    • Andrey Talman's avatar
      Removing cuda 102 (#6649) · dc07ac2a
      Andrey Talman authored
      * Removing cuda 102
      
      Display cuda info
      
      Address comments try to resolve CUDA version issue
      
      More work
      
      Base debugging
      
      Fix cuda version passing
      
      Testing
      
      Adding config.yml
      
      Adding command we use for pytorch vision install
      
      Adding unit tests
      
      Modify install command
      
      Refactor config.in
      
      Move cpu tests to different PR
      
      Remove debug code
      
      Testing similar exception for linux as windows
      
      update test_models.py
      
      Revert "Testing similar exception for linux as windows"
      
      This reverts commit 4aaee0b56376440bb56ecd3efe25b60595a241a5.
      
      Revert "update test_models.py"
      
      This reverts commit 413651a308f68b6801681ddfc2c21201c4df3207.
      
      * Removing debug statement
      
      * Reverting to old command
      dc07ac2a
  5. 12 Aug, 2022 1 commit
  6. 20 Jun, 2022 1 commit
  7. 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
  8. 10 May, 2022 1 commit
  9. 05 Apr, 2022 1 commit
  10. 21 Mar, 2022 1 commit
  11. 16 Mar, 2022 1 commit
  12. 02 Feb, 2022 1 commit
  13. 17 Jan, 2022 1 commit
  14. 07 Jan, 2022 1 commit
  15. 19 Dec, 2021 1 commit
  16. 14 Dec, 2021 1 commit
  17. 18 Nov, 2021 1 commit
  18. 01 Nov, 2021 1 commit
  19. 28 Oct, 2021 1 commit
  20. 20 Oct, 2021 1 commit
  21. 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
  22. 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
  23. 13 Sep, 2021 1 commit
  24. 19 Aug, 2021 1 commit
  25. 01 Jul, 2021 1 commit
  26. 21 Jun, 2021 1 commit
  27. 14 Jun, 2021 1 commit
  28. 21 May, 2021 1 commit
  29. 11 May, 2021 1 commit
  30. 07 May, 2021 1 commit
  31. 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
  32. 07 Apr, 2021 1 commit
  33. 01 Mar, 2021 2 commits
  34. 24 Feb, 2021 1 commit
  35. 12 Feb, 2021 1 commit
  36. 01 Feb, 2021 1 commit
  37. 02 Dec, 2020 1 commit
  38. 20 Nov, 2020 1 commit