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
{{ message }}
This repository has been archived by the owner on May 11, 2024. It is now read-only.
I am trying to train on the differrent task. While the braintumor Task01 training works, the others dont. I get this error below
File ".../medical-decathlon/2D/dataloader.py", line 204, in generate_batch_from_files img = img[:,:,:,0] # Just take FLAIR channel (channel 0) IndexError: too many indices for array: array is 3-dimensional, but 4 were indexed
Is there an argument to specify or has this issue been noticed before?
Hello
I am trying to train on the differrent task. While the braintumor Task01 training works, the others dont. I get this error below
File ".../medical-decathlon/2D/dataloader.py", line 204, in generate_batch_from_files img = img[:,:,:,0] # Just take FLAIR channel (channel 0) IndexError: too many indices for array: array is 3-dimensional, but 4 were indexed
Is there an argument to specify or has this issue been noticed before?
@ravi9 @tonyreina
The text was updated successfully, but these errors were encountered: