[question] how to know use which arch parameters?
HyejinWon opened this issue · 4 comments
HyejinWon commented
Hello,
I wonder how to know --arch some_model has parameter?
Example, When I used '--arch fconv', is there a way to figure out which parameters to list after?
jgehring commented
This concerns the Python version of fairseq, right? It would best to post this issue at pytorch/fairseq.
HyejinWon commented
No, I mean command line version of fairseq.
How do I know what parameters to put in your existing model(such as fconv, transformer ..etc.) for a train?
jgehring commented
I understand, but this repo contains the Lua version of fairseq, and the CLI scripts do not offer an --arch
parameter.
HyejinWon commented
Ah! Thank you. I was confused.