paraphrase-id-tensorflow icon indicating copy to clipboard operation
paraphrase-id-tensorflow copied to clipboard

Add "evaluation" mode to model

Open nelson-liu opened this issue 7 years ago • 0 comments

Right now, the model can "train" (training on train data / periodically measure validation accuracy / loss) and it can "predict" (given an unlabeled test set, make predictions). It would be great to have an "evaluation" mode, i.e. given a train/val dataset, make predictions on it and write a file (optionally sorted by log-loss or something) with the questions, correct answer, and our answer; this would really help with error analysis.

nelson-liu avatar May 11 '17 04:05 nelson-liu