Use multiple image input layer in deep learning network
显示 更早的评论
Using the dataset that I have, I would like to train my network using multiple image input layer which has different resolution. How should I implement it in MATLAB (2018a)?
Ex: I have input image with the original resolution of 512x512, and now I would like to train the network with multiple input of 480x480, 512x512, and 640x640 using the same dataset.
1 个评论
Krishna Bindumadhavan
2018-7-9
What is the input size of the Neural Network that you will be training? Did you consider resizing the images perhaps to this input size?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!