Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-Y committed Oct 24, 2024
1 parent dc24d94 commit daccb0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cifar10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Run the Python script `main.py` to train a ResNet20 model on the CIFAR10 dataset
> Use `--workers` option to set the number of dataloader workers
> for a better performance in a GPU training.
> The optimal number depends on your environment.
> For example, 2 and 4 for a MPS and CUDA device, respectively,
> For example, 2 and 4 for an MPS and CUDA device, respectively,
> but it should not be more than the number of available performance cores.
> Note that the initial epoch takes more time than a later epoch if the number of workers is greater than 0.
Expand Down
2 changes: 1 addition & 1 deletion examples/emnist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Run the Python script `main.py` to train a CNN model on the EMNIST dataset using
> Use `--workers` option to set the number of dataloader workers
> for a better performance in a GPU training.
> The optimal number depends on your environment.
> For example, 2 and 4 for a MPS and CUDA device, respectively,
> For example, 2 and 4 for an MPS and CUDA device, respectively,
> but it should not be more than the number of available performance cores.
> Note that the initial epoch takes more time than a later epoch if the number of workers is greater than 0.
Expand Down

0 comments on commit daccb0e

Please sign in to comment.