摘要: #### (1)第一个Tensorflow程序 import tensorflow as tf print(tf.__version__) a=tf.constant(2.0) print(a) #### (2)Tensorflow2.x切换为1.x版本运行模式 import tensorflow. 阅读全文
posted @ 2022-04-25 16:59 权宏小帅哥 阅读(73) 评论(0) 推荐(0)