摘要: TensorFlow的常量 #消除警告 import warnings warnings.filterwarnings("ignore") # 导包 import tensorflow as tf #定义常量 a = tf.constant(value=10,dtype=tf.float32) b 阅读全文
posted @ 2022-04-25 18:13 噜啦啦LLLRR 阅读(60) 评论(0) 推荐(0)