Commit 7667f064 authored by Cresson Remi's avatar Cresson Remi
Browse files

Merge branch 'develop'

No related merge requests found
Showing with 5 additions and 5 deletions
+5 -5
...@@ -228,12 +228,12 @@ Python purists can even train their own models, thank to Python bindings of OTB: ...@@ -228,12 +228,12 @@ Python purists can even train their own models, thank to Python bindings of OTB:
However, you can use any deep net available on the web, or use an existing gui application to create your own Tensorflow models. However, you can use any deep net available on the web, or use an existing gui application to create your own Tensorflow models.
The important thing here is to know the following parameters for your **placeholders** (the inputs of your model) and **output tensors** (the outputs of your model). The important thing here is to know the following parameters for your **placeholders** (the inputs of your model) and **output tensors** (the outputs of your model).
- For each **input placeholder**: - For each **input placeholder**:
-- Name - Name
-- Receptive field - Receptive field
- For each **output tensor**: - For each **output tensor**:
-- Name - Name
-- Expression field - Expression field
-- Scale factor - Scale factor
![Schema](doc/schema.png) ![Schema](doc/schema.png)
......
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