-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dimension problem #3
Comments
The other one is for the number of colour channels e.g. 3 RGB for colour or 1 for b&w |
Excuse me, how do you add the dimension of channel to the 4D matri with x, y, z, the number of patients in Matlab or python. I have created the 4D matri.What's more, do you convert the matri to the file named .npy directly in python? |
There's a numpy function to add an extra dimension: numpy.expand_dims. And yes the .mat file can be coverted to .npy in python |
hello,do you run the code with gpu. I didn't run it in anaconda. I try to configure the theano with gpu, but it mention that there is no pygpu modual. However, there is no pygpu modual that can download in the internet. Did you have trouble in this problem? |
Yes I did use a gpu. Think that's something you have to import/install |
hello
why does it have five deimensions?I know it has x, y, z and the number of patient, but what is the sc?
The text was updated successfully, but these errors were encountered: