where can I find the results such as predictions made?
shainaraza opened this issue · 1 comments
shainaraza commented
where can I find the results such as predictions made?
jaywonchung commented
Refer to this line, which is called by the validate
and test
methods in each model.
You will have to modify the code to save the predictions in a persistent form, perhaps with torch.save
.
Sorry for the delayed reponse.
Jaewon.