Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation on different dataset #34

Open
P260 opened this issue Apr 15, 2021 · 3 comments
Open

Validation on different dataset #34

P260 opened this issue Apr 15, 2021 · 3 comments

Comments

@P260
Copy link

P260 commented Apr 15, 2021

Hi,
I am using your model to use pretrained model and fine-tuning on my own dataset. Is it possible to validate my fine-tuned model on another different validation dataset? I want to keep it completely separate. Is this possible with pretrain-gnns chem model? If yes, how can I approach?

Thanks.

@weihua916

@weihua916
Copy link
Collaborator

Yes, I think the most relevant code is this: https://github.com/snap-stanford/pretrain-gnns/blob/master/chem/finetune.py

It reads the pre-trained model, finetunes it, and evaluates it.

@P260
Copy link
Author

P260 commented Apr 22, 2021

Hi @weihua916 , yes I understood that. My concern is I want to check 100% as validation set, instead of splitting in train, test, valid. Is that possible with finetune.py script?

@weihua916
Copy link
Collaborator

You can just skip the training part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants