only evaluate EMA model on non-predictor models
Summary: EMA is only applicable when testing non-predictor based models, this diff simply add a check so it won't evaluate ema models. Side note: `do_test` should probably just handle single model, in the case of EMA, we could let `do_train` to return two models with and without ema, and call `do_test` on each of them. Then the temporary fix in this diff is not needed at all. Reviewed By: wrlife Differential Revision: D31450572 fbshipit-source-id: 8696922a9fd194f91315d2f3480dc8bfd8f36a3d
Showing
Please register or sign in to comment