alianse777 / darknet-rust

A Rust wrapper for Darknet, an open source neural network framework written in C and CUDA.
http://pjreddie.com/darknet/
MIT License
33 stars 8 forks source link

Expose `enable-cudnn` feature #9

Closed jerry73204 closed 3 years ago

jerry73204 commented 3 years ago

It exposes the enable-cudnn feature from alianse777/darknet-sys-rust#7. It also removes the unused darknet submodule inside the repo.

The PR can be merged only after the corresponding darknet-sys PR (alianse777/darknet-sys-rust#7) is finished.