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

Unequal Dataset Dimension #11

Open
mudabir94 opened this issue Apr 12, 2022 · 1 comment
Open

Unequal Dataset Dimension #11

mudabir94 opened this issue Apr 12, 2022 · 1 comment

Comments

@mudabir94
Copy link

I have a spectral cube dataset of shape (100,256,256,50).
There are 100 images of 256 by 256 of 50 dimensions. I want to use such kind of data on the 3D network but according to my understanding the size of height, width and dimensions should be equal otherwise the model won't compile. Please guide what to do in this scenario. Thank you.

@ZFTurbo
Copy link
Owner

ZFTurbo commented Apr 12, 2022

First 3 dimensions must be divisible on 32. So something like (96,256,256,50) will be ok.
Also have in mind that it will require a lot of GPU memory. If you have 48 GB then it probably fit, otherwise I'm not sure.

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

No branches or pull requests

2 participants