Skip to content

Commit

Permalink
fix --set-param ref (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Berenbaum authored May 7, 2021
1 parent 527abc7 commit cefcb67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/docs/command-reference/exp/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ CPU cores).
> In addition to the following, `dvc exp run` accepts all the options in
> `dvc repro`, with the exception that `--no-commit` has no effect here.
- `-S [<filename>:]<params_list>`, `--set-param [<filename>:]<params_list>` -
set the specified `dvc params` for this experiment. `filename` can be any
valid params file (`params.yaml` bu default). `params_list` accepts a
comma-separated list of key-value pairs in the form `key1=val1,key2=val2...`.
This will override the param values coming from the params file.
- `-S [<filename>:]<param_name>=<param_value>`,
`--set-param [<filename>:]<param_name>=<param_value>` - set the specified
`dvc params` for this experiment. `filename` can be any valid params file
(`params.yaml` by default). This will override the param values coming from
the params file.

- `-n <name>`, `--name <name>` - specify a name for this experiment. A default
name will generated by default, such as `exp-f80g4` (based on the experiment's
Expand Down

0 comments on commit cefcb67

Please sign in to comment.