yuyangw / MolCLR

Implementation of MolCLR: "Molecular Contrastive Learning of Representations via Graph Neural Networks" in PyG.
MIT License
233 stars 57 forks source link

Is there a bug in dataset_test.py? #29

Open nibingwei123 opened 4 months ago

nibingwei123 commented 4 months ago

class MolTestDataset(Dataset): def init(self, data_path, target, task): super(Dataset, self).init()#super(MolTestDataset, self).init()