rampasek / GraphGPS

Recipe for a General, Powerful, Scalable Graph Transformer
MIT License
643 stars 114 forks source link

fixed init_model_from_pretrained #51

Open yusufsahin99 opened 2 months ago

yusufsahin99 commented 2 months ago

The post_mp weights couldn't get removed from the pretrained ckpt when the reset_prediction_head parameter was set True because all keys started with 'model'. I fixed the issue by first removing the post_mp layer weights and then adding 'model' to key names in pretrained_dict.