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
ValueError: Failed to convert a NumPy array to a Tensor (Unsupported object type int)
Encountered this error for the same. On deep research, I found that it was due to udi8 and bool mis-errors in older(yours) andcurrent version(where tf reads them as bool).
Need to maintain a consistent data type along it. Already created a pull request for it
The text was updated successfully, but these errors were encountered:
ValueError: Failed to convert a NumPy array to a Tensor (Unsupported object type int)
Encountered this error for the same. On deep research, I found that it was due to udi8 and bool mis-errors in older(yours) andcurrent version(where tf reads them as bool).
Need to maintain a consistent data type along it. Already created a pull request for it
The text was updated successfully, but these errors were encountered: