Skip to content

dlib cuda install

SanderLiang edited this page Jan 8, 2022 · 1 revision

1.download dlib source.

2.cmake

mkdir build cd $_ cmake -D DLIB_USE_CUDA=1 -D USE_AVX_INSTRUCTIONS=1 ../ cmake --build . --config Release

3.install

cd ../ python setup.py install

Clone this wiki locally