ml-jku / vnegnn

MIT License
24 stars 4 forks source link

The test dataset code has no run. #6

Closed 17dacheng closed 2 months ago

17dacheng commented 2 months ago

the test dataset code reported no run error for run.config, could u give out how to modify?

Run this from the root of the project

from src.models.egnn import EGNNClassifierGlobalNodeHetero from hydra.utils import instantiate import pytorch_lightning as pl

path_to_config = "/path/to_config/" cfg = OmegaConf.create(run.config)

fses91 commented 2 months ago

Hi, please follow: https://github.com/ml-jku/vnegnn?tab=readme-ov-file#run-on-test-dataset Best regards

17dacheng commented 2 months ago

https://github.com/ml-jku/vnegnn?tab=readme-ov-file#run-on-test-dataset

yes, it report error 'no run.config', the code doesn't import run