GraphMAE icon indicating copy to clipboard operation
GraphMAE copied to clipboard

The hyper-parameters of transfer learning

Open jiaruHithub opened this issue 1 year ago • 3 comments

Thanks for a outstanding work, transfer learning is a very useful setup in this paper. But the performance in the table seems to require appropriate hyperparameters, can you release the hyperparameters in the transfer learning setting? Thanks again for sharing

jiaruHithub avatar Sep 29 '22 02:09 jiaruHithub

hi, @jiaruHithub thanks for your interest. The hyperparameters used in transfer learning are exactly the default parameters in the file, pretraining.py and finetune.py in this directory . Or you can just use the checkpoint we provieded.

THINK2TRY avatar Sep 30 '22 07:09 THINK2TRY

hi, @jiaruHithub thanks for your interest. The hyperparameters used in transfer learning are exactly the default parameters in the file, pretraining.py and finetune.py in this directory . Or you can just use the checkpoint we provieded.

Thanks, now I use the pretrianed model you provided, but there is many transfer dataset in paper, all the hyper-parameters for different tranfer dataset is same ? Like the all hyper-parameters in finetune.py for transfer to bbbp and bace is same ?

jiaruHithub avatar Oct 09 '22 07:10 jiaruHithub

hi, @jiaruHithub thanks for your interest. The hyperparameters used in transfer learning are exactly the default parameters in the file, pretraining.py and finetune.py in this directory . Or you can just use the checkpoint we provieded.

Thanks, now I use the pretrianed model you provided, but there is many transfer dataset in paper, all the hyper-parameters for different tranfer dataset is same ? Like the all hyper-parameters in finetune.py for transfer to bbbp and bace is same ?

jiaruHithub avatar Oct 09 '22 07:10 jiaruHithub

These datasets share most hyper-parameters. Specially, we use learning_rate decay for bace, and early-stopping for muv/hiv. The two operations have been implemented in our code. And all other hyper-parameters are the same across all datasets. And we will update this soon.

THINK2TRY avatar Oct 17 '22 01:10 THINK2TRY

Thanks a lot !

jiaruHithub avatar Oct 17 '22 01:10 jiaruHithub