Specformer
Specformer copied to clipboard
pygdataclass is required, but it is missing in repo
In get_dataset.py
from dataclasses import *
from dgldataclass import DglGraphPropPredDataset, DglPCQM4Mv2Dataset, DglZincDataset
from pygdataclass import PygGraphPropPredDataset
dgldataclass.py exists, but pygdataclass.py does not. It might be issue??
Hi, there,
You can ignore the files beginning with 'pyg' as I switch to using DGL.