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 ea574cf commit 11a1712Copy full SHA for 11a1712
.azure-pipelines/win32-conda-CI.yml
@@ -41,9 +41,9 @@ jobs:
41
conda install -y -c conda-forge protobuf numpy
42
python -m pip install --upgrade pip
43
pip install %COREML_PATH% %ONNX_PATH% cntk==2.5.1
44
- pip install -r requirements-dev.txt"
+ pip install -r requirements-dev.txt
45
pip install %KERAS%
46
- install libsvm from github
+ # install libsvm from github
47
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
48
git clone --recursive https://github.com/cjlin1/libsvm libsvm
49
cd libsvm
0 commit comments