Can trainNetwork handle Multiple Mini-Batch Datastores?

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 日

0 投票

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.

カテゴリ

ヘルプ センター および File ExchangeImage Data Workflows についてさらに検索

質問済み:

2018 年 5 月 2 日

回答済み:

2018 年 5 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by