Docker api #242

Closed
mohitkhubele wants to merge 285 commits from docker_api into master
Showing only changes of commit e766df9f25 - Show all commits
+2 -2
View File
@@ -69,10 +69,10 @@ Weights are essential for any network to run inference. For each test a folder o
Therefore, once the weights have been exported, the folders layers and debug should be placed in the corresponding test. Therefore, once the weights have been exported, the folders layers and debug should be placed in the corresponding test.
### 1)Export weights from darknet ### 1)Export weights from darknet
To export weights for NNs that are defined in darknet framework, use [this](https://github.com/ceccocats/darknet) fork of darknet and follow these steps to obtain a correct debug and layers folder, ready for tkDNN. To export weights for NNs that are defined in darknet framework, use [this](https://git.hipert.unimore.it/fgatti/darknet.git) fork of darknet and follow these steps to obtain a correct debug and layers folder, ready for tkDNN.
``` ```
git clone https://github.com/ceccocats/darknet git clone https://git.hipert.unimore.it/fgatti/darknet.git
cd darknet cd darknet
make make
mkdir layers debug mkdir layers debug