Victor Fung

Results 4 comments of Victor Fung

This would be nice to have. I know the folks over at https://github.com/Open-Catalyst-Project have an example, in https://github.com/Open-Catalyst-Project/ocp/blob/master/ocpmodels/common/utils.py. I haven't had the chance to implement my own.

Pretrained models are uploaded to the "saved_models" directory. Let me know if this works.

Looks like it may be something wrong on the pytorch geometric end - perhaps the version is not right. What is your current version?

The package was tested on torch-geometric 1.7.0 so you may try to see if it helps if you downgrade torch-geometric to the appropriate version. A version of the code which...