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

Making test_machine_translation.py supports regularization #8933

Closed
4 tasks done
chengduoZH opened this issue Mar 9, 2018 · 0 comments · Fixed by #8932
Closed
4 tasks done

Making test_machine_translation.py supports regularization #8933

chengduoZH opened this issue Mar 9, 2018 · 0 comments · Fixed by #8932
Assignees

Comments

@chengduoZH
Copy link
Contributor

chengduoZH commented Mar 9, 2018

Fix #8697

The reason for this bug is that if there are sparse parameters in the model when the regularization is added, some ops' inputs will become sparse data and dense data which is not supported currently.

To fix this bug(test_machine_translation.py will be hung out with regularization), the following tasks need be completed.

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 a pull request may close this issue.

2 participants