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
Summary:
This diff adds:
1. Aligned training task specifically for doing cross entropy criterion training using prod data and prod like models
2. Few changes to correctly register the task and criterions.
3. Changes to trainer code for propogating accuracy metrics which we care about for training.
Couple of things are hacky right now:
- The reporting is not modular (this needs to be thought about in general for fairseq).
- The get dummy batch could be specific to task instead of specific for dataset.
Reviewed By: myleott
Differential Revision: D14670482
fbshipit-source-id: dc077247b2ae9d26a8e842a386ec5faa5771e836
0 commit comments