필터 지우기
필터 지우기

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.

카테고리

Help CenterFile Exchange에서 GPU Computing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by