ap

Results 119 comments of ap

Yes > On Jan 30, 2022, at 2:10 PM, Kevin M ***@***.***> wrote: > >  > Do you happen to be using this on WINDOWS? > > I have...

Is there a resolution for this, I'm seeing the same error.

cmake halts with configuring incomplete, errors occurred! CMake Error at /usr/local/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find CUDA: Found unsuitable version "9.1", but required is exact version "8.0" (found /usr/local/cuda) Call Stack...

Yes, CUDA version is in first message of this post, 9.1, it is installed at /usr/local/cuda-9.1 and linked to /usr/local/cuda per the installer. I am not using Anaconda. The build...

[CMakeError.log](https://github.com/caffe2/caffe2/files/1696371/CMakeError.log) [CMakeOutput.log](https://github.com/caffe2/caffe2/files/1696372/CMakeOutput.log) [cuda.txt](https://github.com/caffe2/caffe2/files/1696373/cuda.txt) [cudnn.txt](https://github.com/caffe2/caffe2/files/1696374/cudnn.txt) 1. No, the first time I installed from the NVIDIA binary. 2. I followed the attached steps and compiled, installed and rebooted. 3. cmake output attached....

cudnn-9.1-linux-x64-v7.tgz the .txt file was not updated. Download 7.0.5 for Linux https://developer.nvidia.com/rdp/cudnn-download sudo tar -xzf cudnn-9.1-linux-x64-v7.tgz -C /usr/local rm cudnn-9.1-linux-x64-v7.tgz && sudo ldconfig ||/ Name Version Architecture Description +++-==============================-====================-====================-================================================================= ii...

not on windows On Sat, Apr 21, 2018 at 2:58 AM, yxchng wrote: > Are you able to compile with CUDA 9.1? I am unable to. > > — >...

Use 9.0 On Wed, May 9, 2018, 10:17 AM ianchan1990 wrote: > I am facing the same problem, are you solve it? @apiszcz > > > — > You are...

Thank you, my error, OpenCV 2.4, installed 3.4 and that error is eliminated. This issue is numpy. Requirement already satisfied: numpy in /usr/lib/python2.7/dist-packages Requirement already satisfied: scipy in /usr/local/lib/python2.7/dist-packages --...

This cmake line workd, a successful cmake run, (from pybind) cmake -DPYTHON_LIBRARY=$(python-config --prefix)/lib/libpython2.7.dylib -DPYTHON_INCLUDE_DIR=$(python-config --prefix)/include/python2.7 .