Skip to content

Commit

Permalink
Update model_training_banana.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zshiqiang authored Apr 18, 2024
1 parent 1efecbb commit 6f17e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_training_banana.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get(self, idx):

print(f"Number of node features: {dataset.num_node_features}")

seed_gnn = 0
seed_gnn = int(sys.argv[1])

torch.manual_seed(seed_gnn)
dataset_shuffle = dataset.shuffle()
Expand Down

0 comments on commit 6f17e5b

Please sign in to comment.