Skip to content
New issue

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

[NN] Attention Retrieval for NN Modules #2397

Merged
merged 7 commits into from
Dec 7, 2020
Merged

[NN] Attention Retrieval for NN Modules #2397

merged 7 commits into from
Dec 7, 2020

Conversation

mufeili
Copy link
Member

@mufeili mufeili commented Dec 6, 2020

Description

It has been a common request from users to fetch attention values.

Checklist

Please feel free to remove inapplicable items for your PR.

  • The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]])
  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage
  • Code is well-documented
  • To the my best knowledge, examples are either not affected by this change,
    or have been fixed to be compatible with this change
  • Related issue is referred in this PR

@mufeili mufeili merged commit 013d145 into dmlc:master Dec 7, 2020
@mufeili mufeili deleted the attention branch December 7, 2020 15:42
@VaticanCameos99
Copy link

Hey! Thanks for the update on the get_attention parameter. However, I recently installed dgl v0.5.3 on colab but this update wasn't relayed on it. Any idea what could be the issue?

@mufeili
Copy link
Member Author

mufeili commented Jan 28, 2021

Hey! Thanks for the update on the get_attention parameter. However, I recently installed dgl v0.5.3 on colab but this update wasn't relayed on it. Any idea what could be the issue?

I think 0.5.3 does not include that. You need to install the nightly built version or install from source for the time being.

@VaticanCameos99
Copy link

Hey! Thanks for the update on the get_attention parameter. However, I recently installed dgl v0.5.3 on colab but this update wasn't relayed on it. Any idea what could be the issue?

I think 0.5.3 does not include that. You need to install the nightly built version or install from source for the time being.

Alright. Installing from source works. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants