码迷,mamicode.com
首页 > 其他好文 > 详细

Tensorflow 错误:The flag 'xxx' is defined twice

时间:2019-08-18 13:30:26      阅读:315      评论:0      收藏:0      [点我收藏+]

标签:参考   ref   xxx   color   flags   efi   key   def   添加   

添加

FLAGS = tf.app.flags.FLAGS
lst = list(FLAGS._flags().keys())
for key in lst:
    FLAGS.__delattr__(key)

FLAGS = tf.app.flags.FLAGS
lst = list(FLAGS._flags().keys())
for key in lst:
    FLAGS.delattr(key)

 

 

参考文献:

https://blog.csdn.net/qq_40488484/article/details/89113678

Tensorflow 错误:The flag 'xxx' is defined twice

标签:参考   ref   xxx   color   flags   efi   key   def   添加   

原文地址:https://www.cnblogs.com/jhc888007/p/11372008.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!