Hi,
I am using dvc exp to run different experiment from my pipeline. However when I try to apply the experiment I have the following error: ERROR: unexpected error - unable to open database file .
I will describe all the steps that I made:
dvc init --subdirdvc repro-
dvc exp run… dvc exp push origin experiment_name- Then I made some commits (with other work)
- Then I tried to do
dvc exp apply experiment_name - I get the error:
ERROR: unexpected error - unable to open database file - I did not know that I needed to be in the same project version as when the experiment was run. So I made reset for the commit where I run the experiences
dvc exp apply experiment_name- I got the same error:
ERROR: unexpected error - unable to open database file dvc exp pull origin experiment_name- I got the same error:
ERROR: unexpected error - unable to open database file
Can anyone help me to understant how can I resolve this issue?
Thanks