You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a newbie in caffe and deep learning. Now I am going to train an convolutional autoencoder for medical voxel data (250 * 250 * 250). But I am not certain about few things. I would appreciate any helpful answers and advises.
Is 3-d convolutional layer available in caffe?
Is 3-d pooling layer available in caffe?
If the answer to 1 or 2 is no, then how difficult would it be for me to implement a 3d layer myself? Should I turn to other frameworks like theano? (I think theano should be capable of 3d layers but it's way too complex to implement it.)
Besides, I have seen someone said that channel could be used as third dimension. Is that correct for such 250^3 voxel data?
Thank you!
The text was updated successfully, but these errors were encountered:
Please do not post usage, installation, or modeling questions, or other requests for help to Issues.
Use the caffe-users list instead. This helps developers maintain a clear, uncluttered, and efficient view of the state of Caffe.
Hi everyone.
I am a newbie in caffe and deep learning. Now I am going to train an convolutional autoencoder for medical voxel data (250 * 250 * 250). But I am not certain about few things. I would appreciate any helpful answers and advises.
Besides, I have seen someone said that channel could be used as third dimension. Is that correct for such 250^3 voxel data?
Thank you!
The text was updated successfully, but these errors were encountered: