Closed bloodthiirst closed 5 years ago
Ok , so i rebuilt the model from python and changed the final tensor name to "output" and it works , but i've had an issue concerning the Dimensions of the input , ill close this for now
@ahmedhoussem can you tell me how exactly did you built your model? I have the same exception with model trained with "Custom Vision". It is an Azure Service. Im trying to resolve this issue, but to be honest i stuck on point that there is a different between "tensor flow model" and "tensor flow lite model".
Hey so am trying use a consume a simple classifier that i've already tried in python and works , and i wanna use it with TensorFlowSharp but when it comes to getting the output from the final tensor called 'final_result' it says that it (basically doesn't exist) is null with this exception :
System.NullReferenceException: 'Object reference not set to an instance of an object.' TensorFlow.TFGraph.this[string].get returned null.
here's the python code i used when testing :
here's the C# code :