facebookresearch/fairseq-lua

[question] how to know use which arch parameters?

HyejinWon opened this issue · 4 comments

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?

This concerns the Python version of fairseq, right? It would best to post this issue at pytorch/fairseq.

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?

I understand, but this repo contains the Lua version of fairseq, and the CLI scripts do not offer an --arch parameter.

Ah! Thank you. I was confused.