Can trainNetwork handle Multiple Mini-Batch Datastores?
Mostra commenti meno recenti
Is it possible to use all of following Mini-batch Datastore functions to Train my neural network: augmentedImageDatastore, pixelLabelImageDatastore, denoisingImageDataStore
Risposte (1)
Sayan Saha
il 7 Mag 2018
0 voti
According to the documentation for trainNetwork each of the datastores can be used for training with "trainNetwork". You can refer to the documentation for the individual datastores for examples showing how to use "trainNetwork" with these datastores.
If on the other hand, your use-case requires a combination of these datastores, then please refer to how to develop custom datastores to build a custom one that had the functionalities of the individual datastores.
Categorie
Scopri di più su Image Data Workflows in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!