From 90b8ba19bebeebb8ed127d3ace7540243a54788c Mon Sep 17 00:00:00 2001 From: Nicolas Kaenzig Date: Fri, 11 Oct 2024 13:02:05 +0000 Subject: [PATCH] update docs --- docs/user-guide/getting-started/how_to_use.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/getting-started/how_to_use.md b/docs/user-guide/getting-started/how_to_use.md index d9dbefee..63beea41 100644 --- a/docs/user-guide/getting-started/how_to_use.md +++ b/docs/user-guide/getting-started/how_to_use.md @@ -59,4 +59,4 @@ To customize runs, without the need of creating custom config-files, you can ove | `MONITOR_METRIC_MODE` | `str` | "min" or "max", depending on the `MONITOR_METRIC` used | | `REPO_OR_DIR` | `str` | GitHub repo with format containing model implementation, e.g. "facebookresearch/dino:main" | | `TQDM_REFRESH_RATE` | `str` | Determines at which rate (in number of batches) the progress bars get updated. Set it to 0 to disable the progress bar. | -| `N_DATA_WORKERS` | `str` | How many subprocesses to use for the torch dataloaders. | \ No newline at end of file +| `N_DATA_WORKERS` | `str` | How many subprocesses to use for the torch dataloaders. Set to `null` to use the number of cpu cores. | \ No newline at end of file