-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experiments view out of sync #2562
Comments
Hi @RR-28023, thanks for the issue. A few questions from me. Can you share the version that you are using for each of the following:
Can you share the project that you're working with? Does this happen for all projects or just this particular one? What OS are you on? What does the CLI show when you run As a (very poor) workaround you should be able to update the experiments table by saving any of your params or dvc.yaml files. Thanks! |
Hi! Sure:
The project is a private repo we are working on for a client, so I'm afraid I cannot share it. What I could do if it helps is to hop on a call and share my screen if you think that is worth it. I have not tried running experiments in any other project. What I can say is that I face this issue both when developing locally in my laptop (OS The output of
And I think the issue is that this command is not run again whenever there is a change in the experiments. Saving the params.yaml or dvc.yamls does not seem to trigger such update. Something worth mentioning is that my
Could this be causing trouble? Thanks! |
It does look like an issue with file system watchers. I have checked that nested Is the project versioned with Git? Where is the Git root with respect to the DVC project? Does your project use symlinks anywhere? |
Can you share with me the project structure from
Having that would mean I should be able to get to the bottom of this a lot quicker. |
Now that you say that, could it be related with my filewatcher settings?:
|
Some news @mattseddon. While reloading the extension it got upgraded to v0.5.1 and the issue seems to have disappeared! Strange I know since v0.5.1, based on the release notes, does not sound like it addresses that.. |
Thanks for letting me know @RR-28023. Please re-open if the issue comes back. We would also love to get your feedback once you've used the extension for a while. @shcheklein will probably reach out on Discord 🙏🏻 |
Hi,
I'm facing an issue when truing to use the DVC extension for experiment tracking. The Experiments view seems to be out of sync with the actual set of of experiments that I've run / queued /deleted. It typically takes a restart of the extension for such view to sync.
For example, the below ilustrates the out of sync issue after having deleted several experiments (by running
dvc exp remove [..]
):This is what I see on the Experiments view:
This what I see when I run
dvc exp show
:and when running
dvc exp list
:The DVC channel output seems normal:
I also face the same issue when I run / queue new experiments, they don't pop up in teh Experiments view unless I restart the extension.
Is there a way to "refresh" the view? I have tried the obvious which is closing it and opening it again (via the DVC: Show Experiments command).
Thanks!
The text was updated successfully, but these errors were encountered: