Matlabのcnn​において利用できる学​習用の画像のサイズお​よび枚数はどのくらい​ですか?

新しい深層ニューラルネットワークを作成して回帰を実行したいのですがjpgの200×200サイズのカラーの画像を学習させるとき、どのくらいの枚数まで学習させることが可能ですか?用いるグラフィックボードはGeforece GTX1060 6Gbとします

 Réponse acceptée

michio
michio le 3 Oct 2017

1 vote

学習用画像を一度にメモリに読み込んで学習させるのではなく、バッチ単位(参照: MiniBatchSizeオプション )で処理するので、学習に使える枚数にという意味では上限は特にありません。

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange

Question posée :

le 3 Oct 2017

Rouvert :

le 22 Déc 2018

Community Treasure Hunt

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

Start Hunting!