divelab / DIG

A library for graph deep learning research
https://diveintographs.readthedocs.io/
GNU General Public License v3.0
1.82k stars 281 forks source link

where is ocpmodels in dig/threedgraph/method/comenet/ocp/comenet-ocp.py #191

Closed cuitaoyong closed 1 year ago

limei0307 commented 1 year ago

Hi @cuitaoyong,

We use the original OC20 framework to train ComENet model. To run the code, please put files comenet-ocp.py and utils.py in a new directory comenet of ocpmodels directory, and put comenet.yml into the corresponding configs directory (e.g. https://github.com/Open-Catalyst-Project/ocp/tree/main/configs/is2re/all).

Please let us know if you have any further questions.

Best