2D-and-3D-Deep-Autoencoder
2D-and-3D-Deep-Autoencoder copied to clipboard
dimension problem
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 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