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

Thanks for your sharing, but I have a question that how to use it ? #9

Open
zhhhzhang opened this issue Dec 26, 2019 · 2 comments
Open

Comments

@zhhhzhang
Copy link

how to use it ?

@yilye
Copy link

yilye commented Sep 16, 2020

1.python preprocess.py -train_src xxx -train_tgt xxx -dev_src xxx -dev_tgt xxx -save_data 222
2.python train.py -data_path 222 -model_path 333
3.w_q = Linear([d_model, d_k * n_heads]) ----> w_q = Linear(d_model, d_k * n_heads)

@Lukangkang123
Copy link

1.python preprocess.py -train_src xxx -train_tgt xxx -dev_src xxx -dev_tgt xxx -save_data 222 2.python train.py -data_path 222 -model_path 333 3.w_q = Linear([d_model, d_k * n_heads]) ----> w_q = Linear(d_model, d_k * n_heads)

What is xxx ?

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

3 participants