Dave Berenbaum

Results 845 comments of Dave Berenbaum

I think `dvc status -q --json` should be returning what you expect (json only) instead of only a return code. We have similar behavior in other commands like `dvc data...

You are right, @gregstarr, it outputs nothing today. I mean that we should change the behavior to work this way, since there's no reason to do `dvc status -q --json`...

Discussed with the team. There are two issues here: 1. We should not be writing those additional non-json logging messages to stdout 2. We should be showing json regardless of...

@gregstarr `dvc status -q --json` should now provide only the JSON output. @skshetry Do you want to keep it open as a reminder to stream logs to stderr here?

The difference is that the dependency path is saved as `tutorials/nlp/` instead of `tutorials/nlp`. We should either be stripping the final `/` there or treating these as equivalent in the...

I don't think that fashion-mnist is being used anywhere Edit: same with mnist

> * DVC repos into `docs/dvc` ... cc @jorgeorpinel (low priority) I looked into it as part of #35, but when I started looking through the docs, I was concerned...

For comparison: https://docs.wandb.ai/guides/integrations/yolov5

More nice to have: - [ ] https://github.com/iterative/dvclive/issues/310 - [ ] https://github.com/iterative/dvclive/issues/311 - [ ] https://github.com/iterative/dvclive/issues/271 - [ ] https://github.com/iterative/dvclive/issues/224 @daavoo Thoughts on these?

@daavoo Should #238 be added to the checklist? I think everything else besides docs is complete.