-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
A: experimentsRelated to dvc expRelated to dvc expfeature requestRequesting a new featureRequesting a new feature
Description
For example, right now the behavior is:
$ dvc exp run -n alexnet
Reproduced experiment(s): alexnet
$ dvc exp run -n alexnet
ERROR: Reproduced experiment conflicts with existing experiment alexnet
Desired behavior would be:
$ dvc exp run -n alexnet
Reproduced experiment(s): alexnet
$ dvc exp run -n alexnet
WARNING: Reproduced experiment conflicts with existing experiment alexnet, so unique ID was appended to the experiment name.
Reproduced experiment(s): alexnet-fds23
There might need to be some option to either strictly fail or use a unique ID.
Extracted from #6071 (comment).
For anyone interested, please note the workaround mentioned by @iesahin:
dvc exp run -n myprefix-${RANDOM}
Metadata
Metadata
Assignees
Labels
A: experimentsRelated to dvc expRelated to dvc expfeature requestRequesting a new featureRequesting a new feature