IT 技术分享
Tensorflow float64 转 float32
zgljl2012 -
04 Dec 2019
如下:
X = tf.dtypes.cast(X, tf.float32)