tensorflow的transpose-LMLPHP

从图中看出来perm=[1,0,2] 表示第一个维度和第二个维度进行交换.

默认的是[0,1,2]   所以perm=[1,0,2] 表示第一个维度和第二个维度进行交换.0,1,2表示index.

05-06 10:51