| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Keepsake 0.4.0 source code.tar.gz | 2021-02-06 | 1.7 MB | |
| Keepsake 0.4.0 source code.zip | 2021-02-06 | 1.8 MB | |
| README.md | 2021-02-06 | 845 Bytes | |
| Totals: 3 Items | 3.5 MB | 0 | |
With this release, we've renamed Replicate to Keepsake.
We're going to use "Replicate" as the name for our broader project to make machine learning reproducible. We think that tools should do one thing well, and we want to create space for multiple tools.
Migration is simple:
- Use
pip install keepsaketo install or usekeepsakeinrequirements.txt - Rename
replicatetokeepsakein your code, both where it is imported and where it is used - If you use the Keras or PyTorch Lightning callbacks, they're now both called
KeepsakeCallback - Rename
replicate.yamltokeepsake.yaml - Rename
.replicateignoreto.keepsakeignore
If you just want to stick with the replicate package that's no problem, but you'll just miss out on new stuff in the future.
No new features in this release. Keep on trackin'.