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

Sequence to sequence encoder-decoder attention #2468

Merged
merged 4 commits into from
Jun 14, 2023

Conversation

JoseLuisC99
Copy link
Contributor

Fixes #2121

Description

Redefines the attention mechanism and decoder network from the tutorial NLP From Scratch: Translation with a Sequence to Sequence Network and Attention.

Due to merge conflicts, I had to close PR #2427, however I addressed the feedback received in my last PR.

@pytorch-bot
Copy link

pytorch-bot bot commented Jun 14, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/2468

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 3dba0f5:
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@netlify
Copy link

netlify bot commented Jun 14, 2023

Deploy Preview for pytorch-tutorials-preview ready!

Name Link
🔨 Latest commit 3dba0f5
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-tutorials-preview/deploys/648a1a15a6043900079d7c7d
😎 Deploy Preview https://deploy-preview-2468--pytorch-tutorials-preview.netlify.app/intermediate/seq2seq_translation_tutorial
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Contributor

@Nayef211 Nayef211 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for addressing the comments on the earlier PR @JoseLuisC99. Approved! 😄

@svekars svekars added docathon-h1-2023 A label for the docathon in H1 2023 medium labels Jun 14, 2023
@svekars svekars merged commit 6c03bb3 into pytorch:main Jun 14, 2023
12 checks passed
@JoseLuisC99 JoseLuisC99 deleted the seq2seq_tutorial branch June 14, 2023 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla signed docathon-h1-2023 A label for the docathon in H1 2023 medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sequence to sequence encoder-decoder attention not looking at encoder hidden states
4 participants