Although I complete the desired space of code properly, I got the below. any solution appreciated.
There was a problem compiling the code from your notebook : Details: ‘Sequential’ object has no attribute 'stop’
[code removed - moderator]
Although I complete the desired space of code properly, I got the below. any solution appreciated.
There was a problem compiling the code from your notebook : Details: ‘Sequential’ object has no attribute 'stop’
[code removed - moderator]
It should be self.model.stop_training
and not self.model.stop.training
Thank you. I appreciate your time. great help.