You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a lot of junk in tapes/fairseq.tape that I think could use a major clean-up. Writing down some stuff as I go through them:
There are some obsolete options both in training and decoding. For example, we should use fairseq-train, fairseq-generate with PYTHONPATH now
Implement a cleverer mechanism to add new options (current way is very error-prone whenever we need to add something new). For example, with a bash function.
There is a lot of junk in
tapes/fairseq.tape
that I think could use a major clean-up. Writing down some stuff as I go through them:fairseq-train
,fairseq-generate
withPYTHONPATH
nowThe text was updated successfully, but these errors were encountered: