GeoDiff icon indicating copy to clipboard operation
GeoDiff copied to clipboard

I got errors when training the code

Open jinzhuwei opened this issue 1 year ago • 1 comments

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

jinzhuwei avatar Jun 21 '23 09:06 jinzhuwei

I got the same error.

caiyingchun avatar Mar 18 '24 03:03 caiyingchun