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 Apr 4, 2023. It is now read-only.
Traceback (most recent call last):
File "train.py", line 242, in
main()
File "train.py", line 182, in main
fd = next(generator)
File "D:\Recursive-Cascaded-Networks-master\data_util\brain.py", line 123, in generator
ret['voxel1'][i, ..., 0], ret['voxel2'][i, ...,0] = d1['volume'], d2['volume']
KeyError: 'volume'
When I encountered such a problem while running the code, is there anyone who met the same situation as me and has solved it?
The text was updated successfully, but these errors were encountered: