Casper da Costa-Luis
Casper da Costa-Luis
```python import dvclive live = dvclive.Live(resume=True) while (epoch := live.get_step()) < 10: print(epoch) live.log("epoch", epoch) # need to log at least one thing for `next_step` to work live.next_step() ``` -...
Enable `pip install`
1. look for e.g. "$HOME/.tqdm.config" to override defaults 2. alternatively/additionally use os.environ.get("TQDM_CONFIG", '') helps with e.g. #370, #612, #619 The second (os.environ) option would be great to fix https://github.com/tqdm/tqdm/issues/370#issuecomment-421809342 (have...
Consider reverting to `refresh=False` for `set_desctiption`/`postfix`(`_str`) - partially reverts #317 - ~~fully fixes #459~~ has little to do with #459 views? - :+1: for `refresh=True` default (as is), marginal performance...
Running `dvc checkout` multiple times shows slow progress going through all files rather than returning quickly. Using local remote (both on a different drive as well as same drive): [](https://asciinema.org/a/Jywdxkf1t3MmC3PVoYgp9P2aJ?speed=4)...
https://github.blog/changelog/2022-08-04-commit-comments-no-longer-appear-in-the-pull-request-timeline/ meaning the `--pr` flag is now mandatory for CML reports to show up in PRs. Kinda a UX breaking change potentially. - [ ] update docs & examples (e.g....
- minify/tidy/lint workflows - bump actions versions - CML dogfooding - make releases `--draft`
`cml runner ... --cloud=aws --cloud-type=m+t4` doesn't work: ```python {"level":"error", "message":"terraform error: Error: Failed creating the machine: Not able to decode: operation error EC2: RunInstances, https response error StatusCode: 400, RequestID:...
the badge  is a lie! catch ye errors earlier (related: #25)