MinkaiXu / GeoDiff

Implementation of GeoDiff: a Geometric Diffusion Model for Molecular Conformation Generation (ICLR 2022).
MIT License
320 stars 68 forks source link

I got errors when training the code #26

Open jinzhuwei opened 1 year ago

jinzhuwei commented 1 year ago

When loading the dataset, the code runs until train_set = ConformationDataset(config.dataset.train, transform=transforms) an error occurs

Traceback (most recent call last): File "/storage/weijinzhu/GeoDiff-main/train.py", line 60, in train_set = ConformationDataset(config.dataset.train, transform=transforms) File "/storage/weijinzhu/.conda/envs/geodiff/lib/python3.7/typing.py", line 819, in new obj = super().new(cls) TypeError: Can't instantiate abstract class ConformationDataset with abstract methods get, len

caiyingchun commented 5 months ago

I got the same error.