摘要: import tensorflow as tf print(tf.eye(2)) batch_identity = tf.eye(2, batch_shape=[3]) print(batch_identity) print(tf.eye(2, num_columns=3)) E:\新脚本主文件夹\ 阅读全文
posted @ 2020-12-22 15:06 说分手后还能做炮友? 阅读(475) 评论(0) 推荐(0)