摘要: 在代码: config=tf.ConfigProto() sess=tf.compat.v1.Session(config=config) 执行过程中会报错 config=tf.ConfigProto()AttributeError: module 'tensorflow' has no attri 阅读全文
posted @ 2020-03-26 11:09 雾霾王者 阅读(26409) 评论(1) 推荐(2) 编辑
摘要: 在进行机器学习的过程中 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # @File : TensorFlow入门操作.py 4 # @Author: 赵路仓 5 # @Date : 2020/3/26 6 # @Desc : 7 # @Co 阅读全文
posted @ 2020-03-26 11:06 雾霾王者 阅读(15593) 评论(1) 推荐(1) 编辑