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

6 visualizaciones (últimos 30 días)
DAYO YUN
DAYO YUN el 29 de Jul. de 2021
Comentada: KSSV el 30 de Jul. de 2021
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?

Respuestas (1)

KSSV
KSSV el 29 de Jul. de 2021
Read about double.
  4 comentarios
DAYO YUN
DAYO YUN el 30 de Jul. de 2021
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 el 30 de Jul. de 2021
Of course yes... There is no double precision support according to my knowledge..

Iniciar sesión para comentar.

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by