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

Can mdCNN support a convolution3dLayer-function, which Matlab only has for 2d... #3

Open
madssakre opened this issue Mar 27, 2018 · 1 comment

Comments

@madssakre
Copy link

is it possible to run the mdCNN 3d convolution kernel direction from the standard matlab framework, where layers are defined, e.g.:

layers = [ ...
imageInputLayer([64,64,6])
" convolution3dLayer([4,4,6]) " <---- which would be the mdCNN layer
...
fullyConnectedLayer(4096)
...
regressionLayer];

@hagaygarty
Copy link
Owner

No, the mdCNN layers are not compatible with the standard matlab CNN layers

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