KiLJ4EdeN / dlib-deep-learning

tutorial on how to train deep learning models with c++ and dlib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dlib Deep Learning

tutorial on how to train deep learning models with c++ and dlib.

usage

git clone https://github.com/davisking/dlib.git
mkdir build && cd build
cmake ..
cmake --build . --config Release
# download mnist, unzip the files and put them under /MNIST
./app ../MNIST/

About

tutorial on how to train deep learning models with c++ and dlib.

License:MIT License


Languages

Language:C++ 95.1%Language:CMake 4.9%