Commit 30cad2f5 authored by Remi Cresson's avatar Remi Cresson
Browse files

DOC: add missing link to tutorial with keras API

parent e6e198c6
2 merge requests!82Hotfix release 4.0.0,!81Hotfix 4.0.0 buildgpu
Pipeline #46029 passed with stages
in 42 minutes and 49 seconds
Showing with 6 additions and 4 deletions
+6 -4
!!! Warning !!! Info
This section is for educational purposes. No coding skills are required, 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 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 v1. If you are interested in more similar examples, please read the
process, the Tensorflow API v2 with Keras is the way to go.
If you are interested in more similar examples, please read the
[Tensorflow v1 models examples](reference/otbtf/examples/tensorflow_v1x/__init__.md) [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 ## TensorflowModelTrain
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment