diff --git a/doc/app_training.md b/doc/app_training.md index 5ea6efaab7452e71744cfa845e15ed969f983086..eb3f4708f37121d5f63181eb2c2b08a783da9df9 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