You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the error: "NotImplementedError: Cannot convert a symbolic Tensor (meshgrid/Size:0) to a numpy array." in line 42 of test_VAE.py with numpy version 1.21.5. If I try with numpy version=1.19.5, this error does not occur. However, then "numpy.typing" cannot be used as this module was introduced in numpy 1.20 only. Hence, I'm unable to proceed with testing the model.
Do you have any solution to fix this issue?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I'm getting the error: "NotImplementedError: Cannot convert a symbolic Tensor (meshgrid/Size:0) to a numpy array." in line 42 of test_VAE.py with numpy version 1.21.5. If I try with numpy version=1.19.5, this error does not occur. However, then "numpy.typing" cannot be used as this module was introduced in numpy 1.20 only. Hence, I'm unable to proceed with testing the model.
Do you have any solution to fix this issue?
Thanks in advance!
The text was updated successfully, but these errors were encountered: