Why is the data missing when I use Deep Network Designer for training?Please heip.

6 ビュー (過去 30 日間)
桐瑶 屈
桐瑶 屈 2021 年 2 月 7 日
回答済み: Ben 2022 年 6 月 23 日
  1 件のコメント
mohd akmal masud
mohd akmal masud 2022 年 6 月 23 日
Can you change language to english. Because cannot read what the notification on graph

サインインしてコメントする。

回答 (1 件)

Ben
Ben 2022 年 6 月 23 日
I typically see this error when the data was on the GPU but that data has since been lost from the GPU.
For example you can reproduce a similar error by simply doing the following:
x = gpuArray(1);
reset(gpuDevice(1));
disp(x)
Since you are training in deepNetworkDesigner I would check that your datastore does not contain gpuArray data and does not send data to the GPU. This should be unnecessary as trainNetwork will handle sending data to the GPU - and deepNetworkDesigner is using trainNetwork to do the training.
If this isn't the case could you post some code to show how you set up your datastore?

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by