We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
should we break out and add comments to prepare_data.py ?
prepare_data.py
The text was updated successfully, but these errors were encountered:
Also i spotted l19 l20:
X_f = f.create_dataset("image", [total_slices,217,181,1], dtype='float16')
Y_f = f.create_dataset("label", [total_slices,217,181,1], dtype='float16')
I'm not sure it works fine when dealing with a feature dimension other than 2 ?
Sorry, something went wrong.
Also lines 44 to 48 are to be removed (the index_bad_Y)
index_bad_Y
No branches or pull requests
should we break out and add comments to
prepare_data.py
?The text was updated successfully, but these errors were encountered: