フィルターのクリア

why iam having error "The following error occurred converting from gpuArray to single: Conversion to single from gpuArray is not possible"

2 ビュー (過去 30 日間)
iam using this code [net, info] = trainNetwork(pximds,lgraph,options);

回答 (1 件)

Joss Knight
Joss Knight 2018 年 5 月 17 日
This can happen sometimes when you are running low on GPU memory due to a bug. You will be receiving the "GPULowOnMemory" warning "GPU is low on memory, which can slow performance due to additional data transfers with main memory. Try reducing the 'MiniBatchSize' training option."
The solution is to reduce your mini-batch size. You will find that training goes faster.
  2 件のコメント
ahmed anis
ahmed anis 2018 年 5 月 17 日
I have reduced miniBatchSize to 2..
Joss Knight
Joss Knight 2018 年 5 月 17 日
Run
warning('on','nnet_cnn:warning:GPULowOnMemory')
then run again. Does this issue occur but the warning NOT show?

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

カテゴリ

Help Center および File ExchangeGPU Computing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by