Open mikrocosmoss opened 5 months ago
if split == 'train': self.subgraphs = np.load('{}/train_data.npy'.format(self.shapes_path), allow_pickle=True) self.augment = True elif split == 'eval': self.subgraphs = np.load('{}/train_data.npy'.format(self.shapes_path), allow_pickle=True) self.augment = False
When split == 'eval',why the dataset still use the "tran_data",is there anything wrong?
When split == 'eval',why the dataset still use the "tran_data",is there anything wrong?