Casper da Costa-Luis

Results 737 comments of Casper da Costa-Luis

more musings (for `cml runner --cloud-spot`): ```python live = dvclive.Live(resume=True) model = Model(load="model.pkl" if Path("model.pkl").exists() else None) while (epoch := live.get_step()) < 100: history = model.fit(X, Y, epochs=1) if epoch...

lots of support requests over YEARS; super overdue.

I think this is more a @iterative/docs issue than a devrel one

useful mentioned by @mjasion: https://mermaid-js.github.io/mermaid/#/gitgraph ````md ```mermaid gitGraph commit commit branch develop commit commit commit checkout main commit commit merge develop commit commit ``` ```` ```mermaid gitGraph commit commit branch...

@jendefig actually raises a gewd point - someone new to Git graphs won't find the `git command` `graph node` mapping 100% intuitive. ![image](https://user-images.githubusercontent.com/10780059/202704482-90c0d47a-31ab-4743-818d-2a7e4f73277e.png)

indeed. Some non-obvious things: - line colours don't really have much meaning, especially colours of vertical lines between branches (corresponding to `checkout`/`merge`) + strictly speaking the line colours indicate which...

> merge commit parents are the main and dev branches more accurate: merge commit parents are a particular pair of commits on the main and dev branches > and the...

so potentially an FAQ/known issue (missing `cml ci`)

hmm, levels to me: - highest-level: features (currently should be on "home" pages but often neglected) - high-level: scenarios/problems - mid-level: use cases - low-level: user guide - lowest-level: cmd...

@0x2b3bfa0 are you going to push https://bitbucket.com/iterative-test to https://bitbucket.com/iterative-ai? Specifically these: - https://bitbucket.org/iterative-test/cml-example-dvc - https://bitbucket.org/iterative-test/cml-example-tensorboard (currently blocking #362)