openvinotoolkit/openvino_tensorflow

'Tensor´ object has no attribute ´numpy´

sevhabert opened this issue · 1 comments

I tested the notebook from the TF beginner page: https://www.tensorflow.org/tutorials/quickstart/beginner
Every call with .numpy() fails with the error:
'Tensor´ object has no attribute ´numpy´
They are for value display, so the training and inference works if we withdraw them, but since it is a basic TF code, we should expect compatibility.

I have attached the notebook where I have added the openvino_tensorflow package.
beginner.zip

Hey @sevhabert , This issue should be resolved with the latest release. Could you please confirm if it is resolved in your side so we can close this issue? Thank you.