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
- Generate plots using
dvclive.log_plot(...).
- Select the experiment in the DVC extension.
- Click on "Show Plots".
- The UI remains stuck on "Loading plots..." indefinitely.
What Works
When I manually run:
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!
Issue:
dvclive.log_plotPlots Not Loading in DVC UIHi 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_plotdo not load in the DVC VSCode UI.Steps to Reproduce
dvclive.log_plot(...).What Works
When I manually run:
and compile the generated HTML file, the plots display correctly. This suggests that
dvcliveis 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 showworks fine?Thanks in advance!