keepsake icon indicating copy to clipboard operation
keepsake copied to clipboard

Version control for machine learning

Results 116 keepsake issues
Sort by recently updated
recently updated
newest added

# Why When training has finished, there may be files left to upload in the background. This currently displays an message saying "Replicate is still uploading..." but this will just...

help wanted
type/enhancement

Hangover from #196

type/bug
priority/medium

This was a bit scary and unexpected because this was pointing at a production environment. Let's maybe make credentials explicit? Or print clearly where credentials are coming from?

type/bug
priority/low

Similar to [tf-nightly](https://pypi.org/project/tf-nightly/), [pl-nightly](https://pypi.org/project/pl-nightly/), etc., we should publish nightly builds for testing and for people who like to live on the edge.

type/enhancement

# Problem Originally discovered by @aanand, but I just ran into this again. If you check out an old experiment with a different `replicate.yaml`, it overrides your current `replicate.yaml` and...

type/bug
priority/medium

Continuing the work in #284, it'd be neat if the list output were responsive, so if you terminal was wider, long param values got displayed in full. As part of...

type/enhancement

This is covered in detail in #284. In short, as you make more and more experiments with more and more params, each experiment in `replicate ls` will grow taller and...

type/enhancement

The Python `replicate.console` package doesn't currently wrap long log lines. Wrapping makes logs more human-readable but less machine-readable, so it should only wrap when it detects an interactive console.

good first issue
help wanted
type/enhancement

When filtering on creation time in `replicate ls --filter "started >= 2020-11-12` we treat the time value `2020-11-12` as a string and then use a special case to convert `started`...

help wanted
type/enhancement