Skip to content

Commit

Permalink
ref: motivation for --queue and --temp in exp run
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Apr 11, 2021
1 parent c0cbf1b commit d8acecb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions content/docs/command-reference/exp/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,12 @@ execution. `dvc exp show` will mark queued experiments with an asterisk `*`.
> unless a `--rev` is provided (refer to the previous section).
Use `dvc exp run --run-all` to process the queue. This is done outside your
<abbr>workspace</abbr> (in temporary dirs in `.dvc/tmp/exps`), so you can
continue working on the project meanwhile (e.g. on another terminal). You can
run a single experiment outside the workspace with `dvc exp run --temp`.
<abbr>workspace</abbr> (in temporary dirs in `.dvc/tmp/exps`) to preserve any
changes between/after queueing runs.

💡 You can also run a single experiment outside the workspace with
`dvc exp run --temp`, for example to continue working on the project meanwhile
(e.g. on another terminal).

Adding `-j` (`--jobs`), experiment queues can be run in parallel for better
performance (creates a tmp dir for each job).
Expand Down

0 comments on commit d8acecb

Please sign in to comment.