I am having a bit of trouble in using Torch deep learning tool since I am new to it. I want to run convolutional neural network for my project on Torch. I have dataset in .mat
format. I have no idea how to use it. I have tried some other datasets, but still couldn't find a way to use my own dataset in their place. I converted mha
format to .mat
format via Matlab and now I want to use those images for training in Torch. Help me out please.
I have been following this link: Github: Deep Learning with Torch.ipynb