Skip to content

Not showing custom plots on VSCode #5936

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

Open
carlos-serrouya opened this issue Mar 20, 2025 · 1 comment
Open

Not showing custom plots on VSCode #5936

carlos-serrouya opened this issue Mar 20, 2025 · 1 comment

Comments

@carlos-serrouya
Copy link

Issue: dvclive.log_plot Plots Not Loading in DVC UI

Hi everyone,

I've implemented a model evaluation pipeline that will be integrated into our team's model release process. However, I'm running into an issue where plots created using dvclive.log_plot do not load in the DVC VSCode UI.

Steps to Reproduce

  1. Generate plots using dvclive.log_plot(...).
  2. Select the experiment in the DVC extension.
  3. Click on "Show Plots".
  4. The UI remains stuck on "Loading plots..." indefinitely.

What Works

When I manually run:

dvc plots show

and compile the generated HTML file, the plots display correctly. This suggests that dvclive is correctly saving the plots, but the DVC UI isn't rendering them properly.

Question

Has anyone else encountered this issue? Any insights into why DVC UI fails to load the plots while dvc plots show works fine?

Thanks in advance!

@FarraenElysia
Copy link

Hi, yeah I'm facing the same problem. It freezes at loading plot. Only "dvc plots show" works for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants