IBM / molformer

Repository for MolFormer
Apache License 2.0
244 stars 42 forks source link

Question about evaluating the fine-tuned model on test set #21

Closed Yutong-Lu closed 5 months ago

Yutong-Lu commented 6 months ago

Hello, I was able to fine-tune the pre-trained model provided on the lipo dataset, and I obtained a model named last.ckpt at the end.

I wanted to evaluate the performance of this last checkpoint on my test set, so I was wondering how we could load this model (last.ckpt) and evaluate its performance on a test set.

Thank you for your help!