Dave Berenbaum
Dave Berenbaum
I'm not able to reproduce this so far. If I try with the code you showed and no `file.csv`, I only get the warning `WARNING:dvclive:Error in cache: output 'file.csv' does...
Looks like it may be related to https://github.com/iterative/dvc/issues/8387
Confirmed that dropping this line fixes the issue: https://github.com/iterative/dvc/blob/b46bd9ca654f5e2dbeeb31f4eb6acaf80a7fde0a/dvc/logger.py#L182 @skshetry Looks like you were testing this in https://github.com/iterative/dvc/pull/8985. Do you have any idea what's wrong or how to handle it?
See https://github.com/iterative/dvclive/pull/490#issuecomment-1458747287 for more context.
Summary: If you have already logged a metric like `{"step": 0}` and try to log a nested metric like `{"step": {"loss": 0.5}}`, you will get an error like: ``` File...
Lowering to p2. No requests for it, keras is losing popularity, and the way keras uses callbacks is not conducive to having a single callback to log both metrics and...
@shcheklein Let's collect here the issues that we are seeing with this approach so it's easier to evaluate. So far I see: - [Requires remote access (including in Studio and...
TBH it's already enough to at least give me pause. Ideally, I would probably cache `plots` and `artifacts` and leave `metrics.json` and `params.yaml` to Git, but this feels complicated.
> What do you see here as the main complication? People annoyed by the presence of the `eval` or `dvclive` dir? Something else? My main concerns are: 1. Having to...
Feedback from https://iterativeai.slack.com/archives/C01SR9Q12LB/p1695337625637059: > `is logging nicely in studio with dvclive and I am able to monitor the training curves however after running dvc exp push` - it’s due to...