You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered:
Issue:
dvclive.log_plot
Plots 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_plot
do 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
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!
The text was updated successfully, but these errors were encountered: