Skip to content

Commit

Permalink
talk about num_workers more
Browse files Browse the repository at this point in the history
  • Loading branch information
klwetstone committed Oct 18, 2021
1 parent 429d5ed commit 7f568f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ The number of GPUs to use during inference. By default, all of the available GPU

#### `num_workers (int, optional)`

The number of CPUs to use during training. `num_workers` cannot be greater than the number of GPUs in the system. Defaults to `3`
The number of CPUs to use during training. The maximum value for `num_workers` is the number of CPUs available in the system. If you are using MegadetectorLiteYoloX, it is not recommended to use the total number of CPUs available. Defaults to `3`

#### `batch_size (int, optional)`

Expand Down Expand Up @@ -311,7 +311,7 @@ The number of GPUs to use during training. By default, all of the available GPUs

#### `num_workers (int, optional)`

The number of CPUs to use during training. `num_workers` cannot be greater than the number of GPUs in the system. Defaults to `3`
The number of CPUs to use during training. The maximum value for `num_workers` is the number of CPUs available in the system. If you are using MegadetectorLiteYoloX, it is not recommended to use the total number of CPUs available. Defaults to `3`

#### `max_epochs (int, optional)`

Expand Down

0 comments on commit 7f568f7

Please sign in to comment.