Commit c930619e authored by Remi Cresson's avatar Remi Cresson
Browse files

DOC: quick fix

2 merge requests!78Remove explicit numpy and proto versions,!77Release 4.0.0 alpha
Pipeline #46000 passed with stages
in 17 minutes and 58 seconds
Showing with 5 additions and 5 deletions
+5 -5
......@@ -24,7 +24,7 @@ on all GPUs.
## Python code
We can start from the codebase of the fully convolutional model example
described in the OTBTF [Python API tutorial](#api_tutorial.html).
described in the OTBTF [Python API tutorial](api_tutorial.html).
### Dataset
......
......@@ -35,4 +35,4 @@ training, etc. is done using the so-called `tensorflow.Strategy`
!!! Note
Read our [tutorial](#api_tutorial.html) to know more on working with Keras!
\ No newline at end of file
Read our [tutorial](api_tutorial.html) to know more on working with Keras!
\ No newline at end of file
......@@ -49,7 +49,7 @@ be a different branch of OTB, bazel cache will help you to rebuild everything
except TF, even if the docker cache was purged (after `docker
[system|builder] prune`).
In order to recycle the cache, bazel config and TF git tag should be exactly
the same, any change in [build-env-tf.sh](build-env-tf.sh) and `--build-arg`
the same, any change in *tools/docker/build-env-tf.sh* and `--build-arg`
(if related to bazel env, cuda, mkl, xla...) may result in a fresh new build.
Start a cache daemon - here with max 20GB but 10GB should be enough to save 2
......
......@@ -104,7 +104,7 @@ Troubleshooting:
If you want to use optimization flags, change GPUs compute capability, etc.
you can build your own docker image using the provided dockerfile.
See the [docker build documentation](#docker_build.html).
See the [docker build documentation](docker_build.html).
## Older images
......
......@@ -16,7 +16,7 @@
This remote module of the [Orfeo ToolBox](https://www.orfeo-toolbox.org)
provides a generic, multi-purpose deep learning framework, targeting remote
provides a generic, multipurpose deep learning framework, targeting remote
sensing images processing. It contains a set of new process objects for OTB
that internally invoke [Tensorflow](https://www.tensorflow.org/), and new [OTB
applications](#otb-applications) to perform deep learning with real-world
......
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