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

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

 Akzeptierte Antwort

michio
michio am 3 Okt. 2017

1 Stimme

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

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 3 Okt. 2017

Erneut geöffnet:

am 22 Dez. 2018

Community Treasure Hunt

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

Start Hunting!