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 am trying to save the output files as .h5 files as instructed, but I keep getting the error
"TypeError: Object dtype dtype('O') has no native HDF5 equivalent"
Anyone know how to fix it, or an alternative way of saving this data?
The text was updated successfully, but these errors were encountered:
Change the line to this in loop over the training data sub-folders
for training_name in train_labels:
# join the training data path and each species training folder
dir = os.path.join(train_path, training_name)
# get the current training label
current_label = training_name
I am trying to save the output files as .h5 files as instructed, but I keep getting the error
"TypeError: Object dtype dtype('O') has no native HDF5 equivalent"
Anyone know how to fix it, or an alternative way of saving this data?
The text was updated successfully, but these errors were encountered: