InferPy icon indicating copy to clipboard operation
InferPy copied to clipboard

[BUG] Using tensors as input for models fails when building the graph of dependencies

Open jcozar87 opened this issue 4 years ago • 0 comments

In order to build the graph of dependencies we create the model once, in a new graph and session. If the input tensor has been created in a different graph, it crashes.

jcozar87 avatar Aug 12 '19 09:08 jcozar87