TrainNetwo​rk関数実行時のエラ​ーについて

조회 수: 1 (최근 30일)
Ryoya Takahashi
Ryoya Takahashi 2017년 9월 14일
편집: michio 2019년 10월 28일
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
michio
michio 2017년 9월 19일
「間違ったフォーマットのプログラムを読み込もうとしました。」はMathWorks提供する部分のコードからではなく、Windowsから出ているような感じがします。例えば、64ビット環境で32ビットの何かを読み込んでしまう場合に出ることがありますが、なにか思い当たる点はありますか?
Walter Roberson
Walter Roberson 2017년 9월 20일
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.

댓글을 달려면 로그인하십시오.

채택된 답변

Naoya
Naoya 2017년 9월 29일
편집: michio 2019년 10월 28일
最新の Bug Reports の情報として Compute Capability 7.0 以上の GPU で CNN 関連の関数が実行できない問題が報告されております。
エラーメッセージは複数パターン考えられるようですが、gpuDevice コマンドで、ご利用の GPU の Compute Capability のバージョンを確認頂くのも宜しいかもしれません。

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!