Update README.md

This commit is contained in:
Francesco Gatti
2020-04-29 13:07:26 +02:00
committed by GitHub
parent 986ec5d00c
commit 3e2d0630b7
+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.
### 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
make
mkdir layers debug