Training NN with single precision data on GPU
古いコメントを表示
I am trying to use fitnet to train a network on my GPU using single-precision input data (X and T). However, this always returns an error, which starts with:
"Error using nnGPUOp.bg (line 134) Variable 'perfs1' changed type. Consider renaming variable on left hand side of assignment."
This only seems to be a problem when using single-precision data AND the GPU. When I train using double-precision on GPU, it works fine, and when I use single- or double-precision data on the CPU, it also works fine.
Anyone found a way around this?
3 件のコメント
Raunak Gupta
2020 年 1 月 24 日
Hi,
Can you provide a sample code which reproduce the error while using single precision data and GPU?
Cameron Lee
2020 年 1 月 31 日
編集済み: Cameron Lee
2020 年 1 月 31 日
Cameron Lee
2020 年 2 月 18 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Parallel and Cloud についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!