We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447bf6d commit 55c0793Copy full SHA for 55c0793
gnn_model/gnn_datamodule.py
@@ -38,9 +38,9 @@ def __init__(
38
self.num_neighbors = num_neighbors
39
40
# Will be set in setup()
41
- self.data_summary = None # Contains organized time bins and feature data
42
- self.data_dict = None # Stores the graph structure with global indexing
43
- self.processed_data = None # Stores the processed data in PyG Data format
+ self.data_summary = None # Contains organized time bins and feature data
+ self.data_dict = None # Stores the graph structure with global indexing
+ self.processed_data = None # Stores the processed data in PyG Data format
44
self.train_data = None
45
self.val_data = None
46
self.test_data = None
0 commit comments