摘要:
import tensorflow as tf a = tf.ones([1, 5, 5, 3]) a.shape a[0][0] numpy : 索引 a = tf.random.normal([4, 28, 28, 3]) a.shape a[1].shape a[1, 2].shape a[1][2][3].shape a[1, 2, 3, 2].shape 一维切片 a = tf.rang 阅读全文
posted @ 2019-12-26 23:04
吴裕雄
阅读(251)
评论(0)
推荐(0)