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
error description
When running the train.py script with a custom dataset, the script crashes immediately with the following message:
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (6,) + inhomogeneous part.
The error did not appear when I set the "augment_random_sample_crop" to False.
Environment:
OS: Ubuntu 22.04.2
GPU: NVidia GeForce RTX 2080 Ti
CUDA Version 11.5.119
The text was updated successfully, but these errors were encountered:
I didn't, I simply set 'augment_random_sample_crop' to false. That means I have less training data augmentation, but that's not currently a problem for me.
error description
When running the train.py script with a custom dataset, the script crashes immediately with the following message:
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (6,) + inhomogeneous part.
The error did not appear when I set the "augment_random_sample_crop" to False.
Environment:
The text was updated successfully, but these errors were encountered: