DL框架之darknet:深度學習框架darknet的簡介、安裝、使用方法的詳細攻略 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.
? ? ? ? Darknet: Open Source Neural Networks in C. ?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. You can find the source on?GitHub?or you can read more about what Darknet can do right here. 官網(wǎng):https:///darknet/ ? ? ? ?darknet是一個較為輕型的完全基于C與CUDA的開源深度學習框架,其主要特點就是容易安裝,沒有任何依賴項(OpenCV都可以不用),移植性非常好,支持CPU與GPU兩種計算方式。 ? ? ? ?相比于TensorFlow來說,darknet并沒有那么強大,但這也成了darknet的優(yōu)勢: ?
? ? ? ? 正是因為其較為輕型,沒有像TensorFlow那般強大的API,所以給我的感覺就是有另一種味道的靈活性,適合用來研究底層,可以更為方便的從底層對其進行改進與擴展; ?darknet的實現(xiàn)與caffe的實現(xiàn)存在相似的地方,熟悉了darknet,相信對上手caffe有幫助; darknet的安裝git clone https://github.com/pjreddie/darknet
darknet的使用方法后期繼續(xù)更新……
1、YOLO: Real-Time Object DetectionYou only look once (YOLO) is a state-of-the-art, real-time object detection system. 2、ImageNet ClassificationClassify images with popular models like ResNet and ResNeXt. 3、NightmareUse Darknet's black magic to conjure ghosts, ghouls, and wild badgermoles. But be warned, ye who enter here: no one is safe in the land of nightmares. 4、RNNs in DarknetRecurrent neural networks are all the rage for time-series data and NLP. Learn how to use them in Darknet! 5、DarkGo: Go in DarknetPlay Go using a policy network trained with Darknet 6、Train a Classifier on CIFAR-10Learn how to train a classifier from scratch in Darknet. 7、Hardware Guide: Neural Networks on GPUs (Updated 2016-1-30)I've had a number of people ask me what hardware I would recommend for training neural networks for vision applications. Here are some of my thoughts. |
|