You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: benchmarking/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
5
5
The script offers several command-line arguments to customize the training process:
6
6
-`--download_path`: Specifies the path to the directory where the dataset is stored.
7
-
-`--num_epochs` (optional): Determines the number of training epochs (default is 2).
7
+
-`--num_epochs` (optional): Determines the number of training epochs (default is 10).
8
8
-`--seed` (optional): Allows setting a specific random seed for reproducible experiments.
9
9
- Other aspects like the number of GCN layers and the hidden dimension size can be modified by adjusting the model definition within the script or by altering the dataset loading within the `get_dataset` function.
- **spmm.py**: This script is designed to test the performance of Sparse Matrix-Matrix Multiplication (SpMM), a fundamental operation in GNN computations. It provides flexibility in configuring the SpMM operation to analyze performance under various conditions.
0 commit comments