add somecomments
This commit is contained in:
@@ -123,4 +123,8 @@ class AbstractDatasetInfos:
|
||||
'y': example_batch['y'].size(1)}
|
||||
self.output_dims = {'X': example_batch_x.size(1),
|
||||
'E': example_batch_edge_attr.size(1),
|
||||
'y': example_batch['y'].size(1)}
|
||||
'y': example_batch['y'].size(1)}
|
||||
print('input dims')
|
||||
print(self.input_dims)
|
||||
print('output dims')
|
||||
print(self.output_dims)
|
Reference in New Issue
Block a user