Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
otbtf
Commits
5e9bf445
Commit
5e9bf445
authored
Aug 26, 2019
by
Cresson Remi
Browse files
ENH: example replaces directly variables of the existing SavedModel
parent
1dac6c4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/otbTensorflowModelTrain.cxx
View file @
5e9bf445
...
...
@@ -239,7 +239,7 @@ public:
SetDocExampleParameterValue
(
"model.dir"
,
"/tmp/my_saved_model/"
);
SetDocExampleParameterValue
(
"training.userplaceholders"
,
"is_training=true dropout=0.2"
);
SetDocExampleParameterValue
(
"training.targetnodes"
,
"optimizer"
);
SetDocExampleParameterValue
(
"model.saveto"
,
"/tmp/my_saved_model
_
vars
1
"
);
SetDocExampleParameterValue
(
"model.saveto"
,
"/tmp/my_saved_model
/
var
iables/variable
s"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment