snuspl / cruise

Cruise: A Distributed Machine Learning Framework with Automatic System Configuration
Apache License 2.0
26 stars 2 forks source link

Offline evaluation of trained model #1233

Closed wynot12 closed 7 years ago

wynot12 commented 7 years ago

We need a more accurate measurement of model quality. However, online evaluation (current approach) incurs much overhead to achieve the goal.

So we'd like to take an approach: offline-evaluation. 1) checkpoint a model periodically during training 2) restore and evaluate the model after training