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
At the moment, there is a numpy casting to_numpy method in the _Data class that casts to float32. This is not possible with non-numeric data, hence raising an error
The text was updated successfully, but these errors were encountered:
The problem
At the moment, there is a numpy casting
to_numpy
method in the_Data
class that casts to float32. This is not possible with non-numeric data, hence raising an errorThe text was updated successfully, but these errors were encountered: