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
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];
The text was updated successfully, but these errors were encountered:
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];
The text was updated successfully, but these errors were encountered: