摘要: import numpy as npimport tensorflow as tfa=np.reshape(range(24),(4,2,3))sess=tf.InteractiveSession()b= tf.split(a,1,0)c=sess.run(... 阅读全文
posted @ 2018-10-26 19:18 luoganttcc 阅读(78) 评论(0) 推荐(0) 编辑
摘要: import tensorflow as tf; import numpy as np; x = tf.constant([[1, 2, 3], [4, 5, 6]])cc=tf.transpose(x)init = tf.initialize_all_va... 阅读全文
posted @ 2018-10-26 10:51 luoganttcc 阅读(96) 评论(0) 推荐(0) 编辑