-
Notifications
You must be signed in to change notification settings - Fork 711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'NoneType' object has no attribute 'update' #20
Comments
谢谢您, |
@rockingdingo 您好,我的也遇到了这个错误,我使用的是deepnlp 的textsum模块,在python2.7+tensorflow1.0中可以运行,但是在我目前的虚拟环境:python3.4+tensorflow1.3和python2.7+tensorflow1.3中均无法运行,报了上述同样的错误,我现在把打印信息贴给您一下 ========================================================================= (py27tf13) k**@k**-pc:~/Workspace/model_deepnlp/deepnlp/textsum$ python predict.py |
@linmufeng See my comment in tensorflow/tensorflow#11157 (comment). It solves this problem too. |
运行的时候报如下错误:
File "E:\deeplearning\software\Anaconda3\lib\copy.py", line 306, in _reconstruct
y.dict.update(state)
AttributeError: 'NoneType' object has no attribute 'update'
有遇到的吗,求解答?
The text was updated successfully, but these errors were encountered: