AttributeError: 'NoneType' object has no attribute 'predict'
Traceback (most recent call last):
File "predict_realtime.py", line 214, in
This is the error that I encounter with
I have the same problem
in config.py add the following line: time_steps_decoder = None
in config.py add the following line: time_steps_decoder = None
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: line 27 self.inf_decoder_model = None This work with me
In File "predict_realtime.py" delete the following: line 27 self.inf_decoder_model = None This work with me
It works, thx 4 ur note.
In File "predict_realtime.py" delete the following: line 27 self.inf_decoder_model = None This work with me
it works for me! thank you.