We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which tensor flow and Keras version you are using. Please put in readme of required libraries.
While understanding your code I am getting too much conflict with versions.
Also what type of attention mechanism you are using with ConvLSTMs? Even nothing mentioned in paper.
In attention mechanism you have not created any trainable weight
deep_intent/code/autoencoder_model/scripts/custom_layers.py
Line 11 in 68d38db
And even not updating ATTN_COEFF. Its 0 throughout.
Please give clarification regarding attention mechanism.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which tensor flow and Keras version you are using.
Please put in readme of required libraries.
While understanding your code I am getting too much conflict with versions.
Also what type of attention mechanism you are using with ConvLSTMs? Even nothing mentioned in paper.
In attention mechanism you have not created any trainable weight
deep_intent/code/autoencoder_model/scripts/custom_layers.py
Line 11 in 68d38db
And even not updating ATTN_COEFF. Its 0 throughout.
Please give clarification regarding attention mechanism.
The text was updated successfully, but these errors were encountered: