Closed wynot12 closed 7 years ago
The test will pass with cmssnu/elastic-tables#216.
!rebuild
!rebuild
It's the core part of our NSDI work. I'll test it in our optiplex cluster now.
I've confirmed that it works well in our optiplex cluster. By setting `-offline_model_eval' as true, we can turn on this feature.
@yunseong would you please take a look? Thanks!
Sure, I will take a look.
It looks that this PR includes the fix of LDA model inconsistency. I'll send a commit to exclude them.
I've resolved your comments and updated additional minor things. Please take a look :) Thanks.
Closes #1233
This PR implements the offline evaluation of a trained model.
At the end of every epoch, master checkpoints a model table. Then after finishing a training, all checkpoints are restores and evaluated.
By setting
-offline_model_eval
as true, we can turn on this feature.