keepsake icon indicating copy to clipboard operation
keepsake copied to clipboard

Version control for machine learning

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

After recording ~130 experiments, attempting to list them from the Python client fails with an oversized message exception. Adding a filter does not work around the issue. Traceback when calling...

The Keepsake project has proven to be a useful open-source tool for machine learning folks, but it's no longer actively maintained by the @replicate team. If you're using Keepsake in...

Enabled unlimited message receive length from gRPC to work around `Received message larger than max` errors, for issue https://github.com/replicate/keepsake/issues/849 Signed-off-by: Charles Courchaine

Currently `keepsake ls` command truncates experiment parameter values. This PR adds `--full` option to disable this behavior. Personally, I found the feature useful for displaying long string parameters in one...

# Why It's probably the 3rd most used cloud storage provider: https://azure.microsoft.com/en-us/services/storage/ # User data We've had at least 2 users ask for this. Please chime in with 👍 if...

type/roadmap

https://consoledonottrack.com/

good first issue
help wanted

# Why It'd be neat if plots automatically updated so that you could watch the results of training live. # How It probably depends on #292, and then would require...

As its currently implemented, there's no great way to set the directory for the keepsake logs as it's hardcoded as "." This makes it so that passing in a filepath...

# Why We intentionally don’t have any close integration with Git, but it’d be neat to record the Git hash and perhaps the index state (what uncommitted changes there are...

good first issue
help wanted
type/enhancement

At the moment you have to put Tensorboard logs in the `path` in `experiment.checkpoint`. This has two main drawbacks: * Checkpoint sizes grow with each checkpoint as TB logs expand...

type/roadmap