- Home /
TensorflowSharp NullReferenceException: Object reference not set to an instance of an object
Hi all I am trying to use tensorflowsharp to run my model. I am getting NullReferenceException: Object reference not set to an instance of an object at this line
runner.AddInput (graph [INPUT_TENSOR] [0], tensor).Fetch (graph [OUTPUT_TENSOR] [0]);
Tensorflow version is the same as tensorflowsharp. I have trained the mode with keras and after converted it tensorflows .pb format.
Comment
Your answer
Follow this Question
Related Questions
How to calculate inertia tensor and tensor rotation manually 2 Answers
Excluding a collider from tensor calculations? 0 Answers
unity AR camera with tensor flow graph 0 Answers
how to get two script edited mesh colliders to collide. 0 Answers
How to import a TensorFlow model with TFSharp plugin no longer supported? 0 Answers