Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 665 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 665 Bytes

Darknet Logo

Darknet

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.

Win64 port

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.