随笔分类 -  Python

Python,Sklearn,TensorFlow
摘要:TensorBoard是一个可视化工具,能够有效地展示Tensorflow在运行过程中的计算图、各种指标随着时间的变化趋势以及训练中使用到的数据信息。 D:\python\1.py文件内容:import tensorflow as tfwith tf.name_scope('graph') as s 阅读全文
posted @ 2020-12-11 10:24 fancybox 阅读(166) 评论(0) 推荐(0)