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
According to NMT, embedding parameter goes to a worker if the number of embedding partitions is one. It happens in the Parallax, too.
PS fails when the number of embedding partitions is one.
Work well regardless of the number of embedding partitions.
Run NMT example with "num_embedding_partitions=1"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Things to Change
According to NMT, embedding parameter goes to a worker if the number of embedding partitions is one. It happens in the Parallax, too.
Current Behavior
PS fails when the number of embedding partitions is one.
Expected Behavior
Work well regardless of the number of embedding partitions.
Failure Information (for bugs)
Failure Logs
How to Reproduce
Run NMT example with "num_embedding_partitions=1"
Related Issues
The text was updated successfully, but these errors were encountered: