how to deal with "'Adam' object has no attribute 'apply_gradidents'"?

Viewed 17

enter image description here

I am using apply_gradients to update my weight. It worked all fine, but I made some change to my code and I suddenly see this error massage. Adam object certainly has apply_gradient attribute.

I am clueless What might have caused this error?

0 Answers
Related