关于Tensorflow AttributeError: ‘NoneType’ object has no attribute 'keys’的问题
当调用google Inception v3 模型相关文件retrain.py时,
可能会出现Tensorflow AttributeError: ‘NoneType’ object has no attribute 'keys’的问题。
原因:没有满足命令行相关参数。
如果数据存储在,项目路径在
,可以这样修改
来源:CSDN
作者:sinat_33717950
链接:https://blog.csdn.net/sinat_33717950/article/details/85237862