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
When manually assigning all training data to fold 0 in the datalist JSON file, MONAI Auto3DSeg training fails with ValueError: num_samples should be a positive integer value, but got num_samples=0. However, when MONAI auto-generates 5 folds and uses fold 0, training works correctly.