jaywonchung/BERT4Rec-VAE-Pytorch

where can I find the results such as predictions made?

shainaraza opened this issue · 1 comments

where can I find the results such as predictions made?

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.