You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: 'super' object has no attribute 'get_constants' - I tried creating a function similar to 'get_initial_states', after that the error resolved.
AttributeError: 'PointerLSTM' object has no attribute 'preprocess_input' - I tried creating a function similar to 'get_initial_states', after that the error resolved.
AttributeError: 'super' object has no attribute 'step' - but this am not sure how to solve it in Keras version 2.2
could you please suggest a way to fix the above issues?