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

Reproduction of machine translation results #1

Open
zwhe99 opened this issue Nov 21, 2022 · 2 comments
Open

Reproduction of machine translation results #1

zwhe99 opened this issue Nov 21, 2022 · 2 comments

Comments

@zwhe99
Copy link

zwhe99 commented Nov 21, 2022

Hi~
Is it possible to release SAGE's code for machine translation tasks?

@cliang1453
Copy link
Owner

Hi @zwhe99 , I have no upcoming plan of releasing it - I no longer have access to the server that stores the code, unfortunately.

However, it should be easy to implement yourself. Our implementation was based on fairseq. You might add an AdamW-SAGE class in https://github.com/facebookresearch/fairseq/tree/main/fairseq/optim following UnstructAwareAdamW in this repo.

@zwhe99
Copy link
Author

zwhe99 commented Dec 1, 2022

Hi @cliang1453, I found that you define different param groups with different 'params_type' and 'weight_decay' here. Did you do the same in the fairseq version?

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

No branches or pull requests

2 participants