set batch_y to 1 and want to test 15625
This commit is contained in:
@@ -781,7 +781,7 @@ class Dataset(InMemoryDataset):
|
||||
print(f'idx={idx}, y={y}')
|
||||
y = torch.tensor([0, 0], dtype=torch.float).view(1, -1)
|
||||
data = Data(x=x, edge_index=edge_index, edge_attr=edge_attr, y=y, idx=i)
|
||||
return None
|
||||
# return None
|
||||
return data
|
||||
graph_list = []
|
||||
class Args:
|
||||
|
Reference in New Issue
Block a user