摘要: import tensorflow as tftemp = [0., 0., 1., 0., 0., 0., 1.5, 2.5]# Reshape the tensor to be 3 dimensions.values = tf.reshape(temp,... 阅读全文
posted @ 2018-10-02 08:36 luoganttcc 阅读(280) 评论(0) 推荐(0) 编辑