macournoyer / neuralconvo

Neural conversational model in Torch
776 stars 347 forks source link

Using a different criterion while testing #51

Closed nabihach closed 8 years ago

nabihach commented 8 years ago

Is it possible to train the model using some criterion (e.g. ClassNLLCriterion), but then use a different criterion while testing/evaluating?

macournoyer commented 8 years ago

Sure why not for testing. But currently, there is no testing phase. There is only evaluation (eval.th), for which there is no criterion.