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

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.37.26 to 1.44.76. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.44.76 (2022-08-12) Service Client Updates service/amp: Updates service API and documentation service/chime-sdk-messaging: Updates service API, documentation, and...

dependencies
go

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.40.0 to 0.92.0. Release notes Sourced from google.golang.org/api's releases. v0.92.0 0.92.0 (2022-08-10) Features all: auto-regenerate discovery clients, refs #1649 #1646 #1645 #1643 #1641 v0.91.0 0.91.0 (2022-08-01) Features...

dependencies
go

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.38.0 to 1.48.0. Release notes Sourced from github.com/golangci/golangci-lint's releases. v1.48.0 Changelog 368c41cd build(deps): bump github.com/daixiang0/gci from 0.5.0 to 0.6.0 (#3035) 2d8fea81 build(deps): bump github.com/daixiang0/gci from 0.6.0 to...

dependencies
go

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.0 to 0.1.12. Commits b3b5c13 internal/lsp/cache: invalidate packages with missing deps when files are 39a4e36 internal/lsp/regtest: only run /default tests with -short f157068 internal/lsp/regtest: allow sharing memoized...

dependencies
go

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...

dependencies
go

Hi! I have a project with many parameters/metrics, so `keepsake ls` is only showing a subset of them which is fine. However, if I want to compare the different experiments...

Hi Keepsake Team, I'm thinking about switching my experiment management system over to keepsake, but I had a few questions about code management that I didn't see explained in the...

Hi, I'm trying to use Keepsake along with Hydra (www.hydra.cc). Hydra changes the working directory of each experiment to a new path (e.g., `/runs/exp_lr=0.1_dropout=0.2`). So when trying to call `keepsake.init`...

Getting `ModuleNotFoundError: No module named 'google.rpc'` when running `make test` on python versions `3.8.6`/ `3.8.8` using `pyenv` and `googleapis-common-protos==1.53.0` on MacOS `11.0.1` Suggested fix: Issue can be fixed by installing...

Hello and so happy to see you use Pytorch-Lightning! :tada: Just wondering if you already heard about quite the new **Pytorch Lightning (PL) ecosystem CI** where we would like to...