-
Notifications
You must be signed in to change notification settings - Fork 37
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 'predict' #9
Comments
I have the same problem |
in config.py add the following line: |
it not working :( |
I am so sorry guys I have been busy for sometime now. I will try and fix it this weekend. |
In File "predict_realtime.py" delete the following: |
It works, thx 4 ur note. |
it works for me! thank you. |
Traceback (most recent call last):
File "predict_realtime.py", line 214, in
video_caption, file = video_to_text.test()
File "predict_realtime.py", line 161, in test
sentence_predicted = self.greedy_search(X_test.reshape((-1, 80, 4096)))
File "predict_realtime.py", line 45, in greedy_search
output_tokens, h, c = self.inf_decoder_model.predict([target_seq] + states_value)
AttributeError: 'NoneType' object has no attribute 'predict'
This is the error that I encounter with
The text was updated successfully, but these errors were encountered: