Skip to content

Commit

Permalink
Format file in quickstart-pytorch example (#2639)
Browse files Browse the repository at this point in the history
  • Loading branch information
panh99 authored Nov 27, 2023
1 parent 37aad44 commit c54feb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/quickstart-pytorch/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ def apply_transforms(batch):
"--node-id",
choices=[0, 1, 2],
type=int,
help="Partition of the dataset divided into 3 iid partitions created artificially.")
help="Partition of the dataset divided into 3 iid partitions created artificially.",
)
node_id = parser.parse_args().node_id

# Load model and data (simple CNN, CIFAR-10)
Expand Down

0 comments on commit c54feb6

Please sign in to comment.