蓝螃蟹Karry0921

导航

2022年4月24日 #

人工智能第五章学习报告

摘要: 【案例5.1】导入TensorFlow,测试版本,并创建打印一个tf常量,获取常量的值import tensorflow as tf print(tf.__version__) a=tf.constant(2.0) print(a) 运行结果: 【案例5.2】在Tensorflow2.x的环境中使用 阅读全文

posted @ 2022-04-24 23:55 蓝螃蟹Karry0921 阅读(35) 评论(0) 推荐(0) 编辑