Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato authored Jan 14, 2025
1 parent f4d3599 commit e794b8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/end2end-tests/custom-gnn/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def main(args):
help="The name of the label.")
argparser.add_argument("--num-classes", type=int, required=True,
help="The number of classes.")
# compatible for all torch versions
argparser.add_argument("--local-rank", "--local_rank", type=int,
help="The rank of the trainer.")
argparser.add_argument("--verbose",
Expand Down

0 comments on commit e794b8e

Please sign in to comment.