Fix link in readme files

Signed-off-by: Davide Sapienza <sapienza.dav@gmail.com>
This commit is contained in:
Davide Sapienza
2021-07-21 15:35:17 +02:00
parent 25d02ef3ea
commit f78f7bfddc
3 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -113,15 +113,15 @@ Steps needed to do inference on tkDNN with a custom neural network.
## Exporting weights
For specific details on how to export weights see ./docs/exporting_weights.md
For specific details on how to export weights see [here](./docs/exporting_weights.md)
## Run the demo
For specific details on how to run the demos see ./docs/demo.md
For specific details on how to run the demos see [here](./docs/demo.md)
## mAP demo
For specific details on how to run the mAP demo see ./docs/mAP_demo.md
For specific details on how to run the mAP demo see [here](./docs/mAP_demo.md)
## Existing tests and supported networks
@@ -155,7 +155,7 @@ For specific details on how to run the mAP demo see ./docs/mAP_demo.md
### tkDNN on Windows 10 (experimental)
For specific details on how to run the demos on Windows 10 see ./docs/windows.md
For specific details on how to run the demos on Windows 10 see [here](./docs/windows.md)
## References