Darknet is an open source neural network framework written in C and CUDA. It is fast, easy to install, and supports CPU and GPU computation. For more information see the Darknet project website. For questions or issues please use the Google Group.
This fork of repo is based on @pjreddie 's original src, and take part of @AlexeyAB/darknet's code.
The Visual Studio .sln
file is only configured for running under CPU accelerated by OpenMP.