aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bentham <Matthew.Bentham@arm.com>2019-10-14 12:00:56 +0100
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>2019-10-31 12:52:28 +0000
commit27dbd346d81c4fc73f6600b466ba1d22de9cde63 (patch)
tree1da887de32a3a16a2479d211f2e7f8cfd4b09814
parentc601aa626dac78e1482a258e493a6c186e6bf514 (diff)
downloadarmnn-27dbd346d81c4fc73f6600b466ba1d22de9cde63.tar.gz
Github #220 Mention deprecated Caffe features in the Caffe parser README
Change-Id: I443dcc9545392a0b17ffd700d2f14cbed64d35e7 Signed-off-by: Matthew Bentham <Matthew.Bentham@arm.com>
-rw-r--r--src/armnnCaffeParser/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/armnnCaffeParser/README.md b/src/armnnCaffeParser/README.md
index 92d7d0a0bf..89f0a3f586 100644
--- a/src/armnnCaffeParser/README.md
+++ b/src/armnnCaffeParser/README.md
@@ -2,4 +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). \ No newline at end of file
+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`.