Skip to content
New issue

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

Refactor prepare_data.py #6

Open
DrAnaximandre opened this issue Aug 27, 2017 · 2 comments
Open

Refactor prepare_data.py #6

DrAnaximandre opened this issue Aug 27, 2017 · 2 comments

Comments

@DrAnaximandre
Copy link
Collaborator

should we break out and add comments to prepare_data.py ?

@DrAnaximandre
Copy link
Collaborator Author

DrAnaximandre commented Aug 27, 2017

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 ?

@DrAnaximandre
Copy link
Collaborator Author

Also lines 44 to 48 are to be removed (the index_bad_Y)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant