From 30cad2f528c2a879ac30c46ac235ca75dbfebc07 Mon Sep 17 00:00:00 2001 From: Remi Cresson <remi.cresson@inrae.fr> Date: Wed, 5 Apr 2023 12:51:37 +0200 Subject: [PATCH] DOC: add missing link to tutorial with keras API --- doc/app_training.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/app_training.md b/doc/app_training.md index 5ea6efa..eb3f470 100644 --- a/doc/app_training.md +++ b/doc/app_training.md @@ -1,11 +1,13 @@ -!!! Warning +!!! Info This section is for educational purposes. No coding skills are required, and it's easy to train an existing model built with the Tensorflow API - v1. To have a full control over the model implementation and training - process, the Tensorflow API v2 with Keras is the way to go. - If you are interested in more similar examples, please read the + v1. If you are interested in more similar examples, please read the [Tensorflow v1 models examples](reference/otbtf/examples/tensorflow_v1x/__init__.md) + However, to have a full control over the model implementation and training + process, the [Tensorflow API v2 with Keras](api_tutorial.html) is the + recommended approach (see also + [distributed training](api_distributed.html)). ## TensorflowModelTrain -- GitLab