Can trainNetwork handle Multiple Mini-Batch Datastores?

조회 수: 4 (최근 30일)
Wazzer
Wazzer 2018년 5월 2일
답변: Sayan Saha 2018년 5월 7일
Is it possible to use all of following Mini-batch Datastore functions to Train my neural network: augmentedImageDatastore, pixelLabelImageDatastore, denoisingImageDataStore

답변 (1개)

Sayan Saha
Sayan Saha 2018년 5월 7일
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.

카테고리

Help CenterFile Exchange에서 Preprocess Data for Deep Neural Networks에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by