Dear Sir,
Thanks for sharing this code.
I have 1000 images. each image is 3D image with size [11,11,11].
I have two test images which are 3D images and their size are [11,11,11].
there are 3 class in my problem.
I saw MNIST3d demo and I have some questions and I would be really appreciated if you could help me.
1- I should put 1000 images with size of [11,11,11] in variable with name of ''I'' and 1000 label in variable with name of ''Labels'', right?
2- what happened for variables with name of ''test'' and ''Labels_test''?
3-How can I applied trained network on those two test images with size of [11,11,11] to define their labels?
Regards
Negar