I tried initializing DVC and was getting this error . I am not using GIT actively to track anything although git is initialised . I am trying to create some plots
from dvclive import Live
live = Live("evaluation2/metrics")
does anyone have any idea on this . I am new to DVC so might be very silly issue.
It's a known issue / limitation that is being worked on at the moment:
exp init
/exp run
: fails if the repo has no root commitexp
: improve ui for empty Git reposThe simplest workaround is to create at least a single commit in the repository before running it.