We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b1d07 commit dbafe3aCopy full SHA for dbafe3a
CMakeLists.txt
@@ -782,7 +782,8 @@ if (USE_TORCH)
782
# TORCH VISION
783
message(STATUS "Configuring Pytorch Vision")
784
# set(PYTORCH_VISION_COMMIT "v0.6.0") # 0.6 & torch 1.5
785
- set(PYTORCH_VISION_COMMIT "v0.7.0") # 0.7 & torch 1.6
+ #set(PYTORCH_VISION_COMMIT "v0.7.0") # 0.7 & torch 1.6
786
+ set(PYTORCH_VISION_COMMIT "v0.8.2") # 0.8.2 & torch 1.7.1
787
set(TORCHVISION_LOCATION "${CMAKE_BINARY_DIR}/pytorch_vision/src/pytorch_vision-install")
788
ExternalProject_Add(
789
pytorch_vision
0 commit comments