From c357c47be8a3f210f9eee9a05cc13f1051b036d3 Mon Sep 17 00:00:00 2001 From: Alex Gilday Date: Wed, 21 Mar 2018 13:54:09 +0000 Subject: COMPMID-1008: Fix Doxygen issues Change-Id: Ie73d8771f85d1f5b059f3a56f1bbd73c98e94a38 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/124723 Reviewed-by: Michalis Spyrou Tested-by: Jenkins --- docs/03_scripts.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/03_scripts.dox') diff --git a/docs/03_scripts.dox b/docs/03_scripts.dox index 5601428ac2..eede8b5d1c 100644 --- a/docs/03_scripts.dox +++ b/docs/03_scripts.dox @@ -8,7 +8,7 @@ One can find caffe pre-trained models on caffe's official github repository. -The caffe_data_extractor.py provided in the @ref scripts folder is an example script that shows how to +The caffe_data_extractor.py provided in the scripts folder is an example script that shows how to extract the parameter values from a trained model. @note complex networks might require altering the script to properly work. @@ -35,7 +35,7 @@ The script has been tested under Python2.7. If the script runs successfully, it prints the names and shapes of each layer onto the standard output and generates *.npy files containing the weights and biases of each layer. -The @ref arm_compute::utils::load_trained_data shows how one could load +The arm_compute::utils::load_trained_data shows how one could load the weights and biases into tensor from the .npy file by the help of Accessor. @section tensorflow_data_extractor Extract data from pre-trained tensorflow model @@ -87,6 +87,6 @@ The script has been tested with Tensorflow 1.2, 1.3 on Python 2.7.6 and Python 3 If the script runs successfully, it prints the names and shapes of each parameter onto the standard output and generates *.npy files containing the weights and biases of each layer. -The @ref arm_compute::utils::load_trained_data shows how one could load +The arm_compute::utils::load_trained_data shows how one could load the weights and biases into tensor from the .npy file by the help of Accessor. */ -- cgit v1.2.1