摘要: Tensorflow实验报告相关代码 #### (1)第一个Tensorflow程序 import tensorflow as tf print(tf.__version__) a=tf.constant(2.0) print(a) #### (2)Tensorflow2.x切换为1.x版本运行模式 阅读全文
posted @ 2022-04-24 22:40 苒若 阅读(96) 评论(0) 推荐(0)