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
In the "attention_module.py" file, the multiply operation is using a function, instead of a Keras layer.
To me it gives an error "attributeerror: 'nonetype' object has no attribute 'inbound_nodes'".
Don't we need to make it a Keras layer?
The text was updated successfully, but these errors were encountered:
In the "attention_module.py" file, the multiply operation is using a function, instead of a Keras layer.
To me it gives an error "attributeerror: 'nonetype' object has no attribute 'inbound_nodes'".
Don't we need to make it a Keras layer?
The text was updated successfully, but these errors were encountered: