keepsake
keepsake copied to clipboard
Version control for machine learning
# 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...
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?
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.
# 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...
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...
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...
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.
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`...