From 4d7fff1e8668b2efdf7412ce2c8c0abf5fccd3b6 Mon Sep 17 00:00:00 2001 From: SiCongLi Date: Fri, 4 Jun 2021 10:47:07 +0100 Subject: Fix missing network references * Add missing references to LeNet * Remove mnist example, which is an internally developed network Resolves: COMPMID-4559 Signed-off-by: SiCongLi Change-Id: I139354890f1a9acb54a87add6895262102b3b8de Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5782 Reviewed-by: Georgios Pinitas Tested-by: Georgios Pinitas --- examples/graph_lenet.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'examples/graph_lenet.cpp') diff --git a/examples/graph_lenet.cpp b/examples/graph_lenet.cpp index 6560a980cc..1bcd95fb58 100644 --- a/examples/graph_lenet.cpp +++ b/examples/graph_lenet.cpp @@ -131,6 +131,14 @@ private: }; /** Main program for LeNet + * + * Model is based on: + * http://yann.lecun.com/exdb/publis/pdf/lecun-98.pdf + * "Gradient-Based Learning Applied to Document Recognition" + * Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner + * + * The original model uses tanh instead of relu activations. However the use of relu activations in lenet has been + * widely adopted to improve accuracy.* * * @note To list all the possible arguments execute the binary appended with the --help option * -- cgit v1.2.1