Specformer icon indicating copy to clipboard operation
Specformer copied to clipboard

pygdataclass is required, but it is missing in repo

Open teltim opened this issue 1 year ago • 1 comments

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??

teltim avatar May 09 '24 01:05 teltim

Hi, there,

You can ignore the files beginning with 'pyg' as I switch to using DGL.

bdy9527 avatar Jun 14 '24 07:06 bdy9527