BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.12k stars 18.69k forks source link

These windows released version can't be downloaded!!!!! #6726

Open chenshuo0012 opened 5 years ago

chenshuo0012 commented 5 years ago

Prebuilt binaries can be downloaded from the latest CI build on appveyor for the following configurations:

Visual Studio 2015, CPU only, Python 3.5: Caffe Release, Caffe Debug

Visual Studio 2015, CUDA 8.0, Python 3.5: Caffe Release

Visual Studio 2015, CPU only, Python 2.7: Caffe Release, Caffe Debug

Visual Studio 2015,CUDA 8.0, Python 2.7: Caffe Release

Visual Studio 2013, CPU only, Python 2.7: Caffe Release, Caffe Debug

orgicus commented 5 years ago

I've noticed the automated Windows Build now fail.

Will this issue be resolved ?

In the meantime, are there any tips on manually compiling Caffe CPU only with Matlab support using Visual Studio 2017 ?

I'm getting multiple errors:

 .\build_win.cmd
The system cannot find the drive specified.
The system cannot find the drive specified.
INFO: ============================================================
INFO: Summary:
INFO: ============================================================
INFO: MSVC_VERSION               = 15
INFO: WITH_NINJA                 = 0
INFO: CMAKE_GENERATOR            = "Visual Studio 15 2017 Win64"
INFO: CPU_ONLY                   = 1
INFO: CUDA_ARCH_NAME             = Auto
INFO: CMAKE_CONFIG               = Release
INFO: USE_NCCL                   = 0
INFO: CMAKE_BUILD_SHARED_LIBS    = 0
INFO: PYTHON_VERSION             = 2
INFO: BUILD_PYTHON               = 0
INFO: BUILD_PYTHON_LAYER         = 0
INFO: BUILD_MATLAB               = 1
INFO: PYTHON_EXE                 = "python"
INFO: RUN_TESTS                  = 0
INFO: RUN_LINT                   = 0
INFO: RUN_INSTALL                = 0
INFO: ============================================================
The system cannot find the path specified.
-- The C compiler identification is MSVC 19.16.27027.1
-- The CXX compiler identification is MSVC 19.16.27027.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building without python. Prebuilt dependencies will default to Python 2.7
CMake Error at cmake/WindowsDownloadPrebuiltDependencies.cmake:40 (message):
  Could not find url for MSVC version = 1916 and Python version = ..
Call Stack (most recent call first):
  CMakeLists.txt:77 (include)

-- Configuring incomplete, errors occurred!
See also "C:/Users/HM-1429-Mobile/Downloads/caffe/scripts/build/CMakeFiles/CMakeOutput.log".
ERROR: Configure failed