Dave Berenbaum
Dave Berenbaum
Related: * https://github.com/iterative/dvc/issues/9221 * #140 * #191 If you are training remotely and the machine shuts down, there's often no way to recover the last saved checkpoint on the new...
Some of the callbacks write out train/val/test metrics. Can we combine these onto one plot instead of plotting them all separately?
It's unclear to me the value of deprecating an entire model/artifact. Why is it not enough to unassign a stage or archive the git repo? I get confused with what...
Related to #389. In https://cml.dev/doc/cml-with-dvc, the "Create CML report" step is more than half the YAML file for both GH and GL. I think it's a useful example but makes...
### Report We have the [sagemaker example](https://github.com/iterative/example-repos-dev/blob/master/example-get-started-experiments/code/.github/workflows/deploy-model.yml) where we deploy, but we don't expose the endpoint nor provide a way for the user to try deployment themselves. Some options to...
The model deployment action [breaks](https://github.com/iterative/example-get-started-experiments/actions/runs/6340463389/job/17221935529) when we redeploy the repo because the endpoint already exists with the same name from the old repo, and it looks like aws has [no...
Other frameworks have surpassed fast ai in popularity and utility in the community. There are a couple reasons it's important: 1. Better to have our example repo use a more...
In https://github.com/iterative/example-repos-dev/pull/243, we need a personal access token for the cml runner. I'm currently using one for my personal account, but we should be using one from https://github.com/iterative-olivaw. More importantly,...
Bar charts were added in https://github.com/iterative/dvc-render/issues/8. Should we switch the feature importance plot from image to bar plot? I'm not sure it's worth it since then we will have no...