Skip to content

Commit

Permalink
experiment-management: remove warning about no parameter validation
Browse files Browse the repository at this point in the history
Covers feature change iterative/dvc#6521. Parameters will now be validated.

Related issue iterative/dvc#5477
  • Loading branch information
TRT-MattB authored and mattlbeck committed Sep 13, 2021
1 parent c0ba287 commit 3adf545
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ times:
$ dvc exp run -S learning_rate=0.001 -S units=128
```

> ⚠️ Note that DVC doesn't check whether parameters given to `--set-param` are
> already in the parameters file. If there is a typo, a new or different param
> will be added/changed.
## The experiments queue

The `--queue` option of `dvc exp run` tells DVC to append an experiment for
Expand Down

0 comments on commit 3adf545

Please sign in to comment.