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

Improve speaker model performance. #35

Closed
barius opened this issue Aug 19, 2019 · 1 comment
Closed

Improve speaker model performance. #35

barius opened this issue Aug 19, 2019 · 1 comment
Assignees

Comments

@barius
Copy link
Collaborator

barius commented Aug 19, 2019

3 smaller issues:

  1. When remove_last_nonlinearity: true in config file, there won't be any dropout in embedding layers. This breaks consistency with older models.

  2. According to researches, dropout in embedding layers (or the whole network) has no benefit for embedding learning. So we'll remove them.

  3. Test Adam + L2.

@stale
Copy link

stale bot commented Oct 3, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale label Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants