aboutsummaryrefslogtreecommitdiff
path: root/src/armnnCaffeParser/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnCaffeParser/README.md')
-rw-r--r--src/armnnCaffeParser/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/armnnCaffeParser/README.md b/src/armnnCaffeParser/README.md
index 63e856dfdc..17dbe440de 100644
--- a/src/armnnCaffeParser/README.md
+++ b/src/armnnCaffeParser/README.md
@@ -2,6 +2,6 @@
`armnnCaffeParser` is a library for loading neural networks defined in Caffe protobuf files into the Arm NN runtime.
-For more information about the Caffe layers that are supported, and the networks that have been tested, see [CaffeSupport.md](./CaffeSupport.md).
-
-Please note that certain deprecated Caffe features are not supported by the armnnCaffeParser. If you think that Arm NN should be able to load your model according to the list of supported layers in [CaffeSupport.md](./CaffeSupport.md), but you are getting strange error messages, then try upgrading your model to the latest format using Caffe, either by saving it to a new file or using the upgrade utilities in `caffe/tools`.
+For more information, a list of supported Caffe layers, and the networks that have been tested,
+please visit "Software Tools" -> "Parsers" -> "Arm NN Caffe Parser" in our doxygen documentation that can be found in
+the [wiki section](https://github.com/ARM-software/armnn/wiki/Documentation) of our github repository.