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
Lozac'h Loic
otbtf
Commits
831c400b
Commit
831c400b
authored
Sep 20, 2018
by
remi cresson
Browse files
ADD: TODO for tensors printing in TensorflowMultisourceModelTrain
parent
db9711e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/otbTensorflowMultisourceModelTrain.hxx
View file @
831c400b
...
...
@@ -55,6 +55,12 @@ TensorflowMultisourceModelTrain<TInputImage>
TensorListType
outputs
;
this
->
RunSession
(
inputs
,
outputs
);
// Display outputs tensors
for
(
auto
&
o
:
outputs
)
{
// TODO
}
}
...
...
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