Open joshuacamp opened 8 years ago
The solver should be able to send a log per each instance being solved; We will intercept these logs in the openEval sides, save them to DB, and show them to the user.
Do we want to do this for every instance. I know we talked about only storing the first 100 results. Should we do this for the logs too?
Also, do we want the logs to be formatted in any way, or will they just be plain text
Yeah for each instance. I think for now we are discussing the possibility of passing output logs from learner. We can decide on how to save (and what/where to save) later. json should be fine.
Will annotator be updated to include the info to be logged? i.e. will Annotator.addView(TextAnnotation)
return an object that has everything to be logged
The user as in the admin of the core system correct?