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
More pytorchy design of dataloader. Also, the dataloader now don't repeat image features according to seq_per_img. The repeating is now moved to the model forward function.
Use detectron type of config to setup experiments.
A better self critical objective. (Named as new_self_critical now.)
Use config ymls that end with nsc to test the performance. A technical report will be out soon.
Basically, it performs better than original SCST on all metrics (by a small margin), but also faster (by a little bit).