Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got errors when training the code #26

Open
jinzhuwei opened this issue Jun 21, 2023 · 1 comment
Open

I got errors when training the code #26

jinzhuwei opened this issue Jun 21, 2023 · 1 comment

Comments

@jinzhuwei
Copy link

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
Copy link

I got the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants