How can I change the single precision to double precision for Deep learning .

조회 수: 4 (최근 30일)
DAYO YUN
DAYO YUN 2021년 7월 29일
댓글: KSSV 2021년 7월 30일
I'm using the deep learning toolbox offering Matlab function. The target variable I want to learn has very precise accuracy. So, I want to change the deep learning toolbox that is currently available in single precision to double precision, but I don't know how. In Python, if you use a function such as float64, it changes immediately, but how can I change it in MATLAB?

답변 (1개)

KSSV
KSSV 2021년 7월 29일
Read about double.
  댓글 수: 4
DAYO YUN
DAYO YUN 2021년 7월 30일
The deep learning toolbox provided by MATLAB basically performs training with single precision.
Converting a number to double precision in this way is not expected to work with double precision in the built-in function.
KSSV
KSSV 2021년 7월 30일
Of course yes... There is no double precision support according to my knowledge..

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

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by