TrainNetwork関数実行時のエラーについて
Mostrar comentarios más antiguos
TrainNetwork関数実行時に学習を進めていくと「Error while starting:boost::thread_resource_error:間違ったフォーマットのプログラムを読み込もうとしました。」と表示されますが、これはどのようなエラーでしょうか?回避の方法がありますでしょうか?
なお、実行のPCのスペックはwin10 64bit、メモリ16GB、GPUとしてGTX1080Tiを1枚の構成です。 また、計算のパラメータはInitialLearnRateが0.0001、L2Regulalizationが0.005、ミニバッチサイズ 16、エポック数 32で画像は4クラスでそれぞれ5000枚の4クラス、学習に使用しているニューラルネットはvgg16です。
5 comentarios
Walter Roberson
el 14 de Sept. de 2017
Approximate translation:
As we progress on learning when executing the TrainNetwork function, it says "Error while starting: boost :: thread_resource_error: I attempted to load a program in the wrong format." What kind of error is this? Is there a way to avoid it? The specifications of the running PC are win10 64bit, memory 16GB, one piece of GTX 1080Ti as GPU. In addition, the parameters of the calculation are: InitialLearnRate 0.0001, L2 Regalization 0.005, mini batch size 16, epoch number 32, 4 classes of images in 4 classes, 4 classes of 5000 sheets each, the neural network used for learning is vgg16.
そのエラーは何か特定の条件で発生するものですか?
上記サンプルプログラムで発生しない場合、いま実行されているものと比べて例えば画像の量など大きく異なる点は何かありますでしょうか。
Walter Roberson
el 14 de Sept. de 2017
Which MATLAB version are you using? You need R2017a or later to use the GTX 1080Ti properly, but some computations worked properly with R2016b.
michio
el 19 de Sept. de 2017
「間違ったフォーマットのプログラムを読み込もうとしました。」はMathWorks提供する部分のコードからではなく、Windowsから出ているような感じがします。例えば、64ビット環境で32ビットの何かを読み込んでしまう場合に出ることがありますが、なにか思い当たる点はありますか?
Walter Roberson
el 20 de Sept. de 2017
If the wrong version of CUDA was installed for the device then you could get error messages. R2017a is needed to install CUDA 8.0 that the Pascal 1080 devices need.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!