You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/14 19:23:58 UTC

[GitHub] zhreshold commented on issue #9067: how to convert parameters dtype from float32 to float64 in gluon?

zhreshold commented on issue #9067: how to  convert parameters  dtype from float32 to float64 in gluon?
URL: https://github.com/apache/incubator-mxnet/issues/9067#issuecomment-351810380
 
 
   Cast data to float64, and the corresponding weights in model will be initialized to float64 accordingly once you call `net(x)`
   Or there's per parameter function cast: https://mxnet.incubator.apache.org/api/python/gluon/gluon.html?highlight=parameterd#mxnet.gluon.Parameter.cast

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services