David de la Iglesia Castro
David de la Iglesia Castro
Hard to say because is not deterministic to compare across different workflow runs, but it doesn't look like there is much difference in speed?
Hi @John0x ! It is not really in the short-term plans. However, all the stuff logged by DVCLive is serialized in plain text files. It is not ideal, but you...
This probably belongs in https://github.com/iterative/dvc-render , but I am ok with tracking it here
> QQ: so, how will it look like for the `example-get-started` repo, for example? If you leave the code as it is right now, everything will be the same with...
> What about params? Those are non-step values that get logged via a logger method, although I think we discussed setting them available by dict modification. I think `params` should...
> I think they generally assume users are fine with logging to step=0 by default. I think we should either keep no-step logic or live with some ugly output in...
Merging it. Again, we can get back and change stuff found during docs review
> should we utilize it to automatically track things? Yes, we should use `log_params` there
Examples of logging parameters in other frameworks: - [fast.ai](fast.ai) - [huggingface](https://github.com/huggingface/transformers/blob/bc21aaca789f1a366c05e8b5e111632944886393/src/transformers/integrations.py#L1189)
Assigning low priority for now because there are workarounds like handling in `.env` files https://pypi.org/project/python-dotenv/ and this can cause a discrepancy between Local and Remote setup (in remote setup, env...