Reproducible machine learning with PyTorch and Quilt
blog.paperspace.com
Reproducible machine learning with PyTorch and Quilt
1–10 of 27 posts
Re: Reproducible machine learning with PyTorch and Quilt
#2Re: Reproducible machine learning with PyTorch and Quilt
#3Not to mention every one of those implementation packages their preprocessed version into a different data format, and then creates a different data pipeline (and I only looked at tensorflow implementations)
Re: Reproducible machine learning with PyTorch and Quilt
#4Re: Reproducible machine learning with PyTorch and Quilt
#5Re: Reproducible machine learning with PyTorch and Quilt
#6Was not aware of Quilt for hosting datasets. Is it the go-to in this area? What other alternatives are there?
These are some other people working in roughly the same space: http://datproject.org/ http://www.pachyderm.io/
But it does seem like Quilt is a go-to, if you are looking for a "Github for data" host.
Re: Reproducible machine learning with PyTorch and Quilt
#7$ apt-cache show quilt
Package: quilt
[..]
Description-en: Tool to work with series of patches
Quilt manages a series of patches by keeping track of the changes each of them makes. They are logically organized as a stack, and you can apply, un-apply, refresh them easily by traveling into the stack (push/pop). . Quilt is good for managing additional patches applied to a package received as a tarball or maintained in another version control system. The stacked organization is proven to be efficient for the management of very large patch sets (more than hundred patches). As matter of fact, it was designed by and for Linux kernel hackers (Andrew Morton, from the -mm branch, is the original author), and its main use by the current upstream maintainer is to manage the (hundreds of) patches against the kernel made for the SUSE distribution. . This package provides seamless integration into Debhelper or CDBS, allowing maintainers to easily add a quilt-based patch management system in their packages. The package also provides some basic support for those not using those tools. See README.Debian for more information.
$ zcat /usr/share/doc/quilt/changelog.gz | tail -n3
Version 0.26 (Tue Oct 21 2003) - Change summary not available
Re: Reproducible machine learning with PyTorch and Quilt
#8Was not aware of Quilt for hosting datasets. Is it the go-to in this area? What other alternatives are there?
You can use AWS to host open datasets: https://aws.amazon.com/opendata/public-datasets/ These are some other people working in roughly the same space: http://datproject.org/ http://www.pachyderm.io/ But it does seem like Quilt is a go-to, if you are looking for a "Github for data" host.
Re: Reproducible machine learning with PyTorch and Quilt
#9Was not aware of Quilt for hosting datasets. Is it the go-to in this area? What other alternatives are there?
- Girder: http://girder.readthedocs.io
- Intake: https://github.com/ContinuumIO/intake
I haven't used any of these, but I agree that the idea is quite compelling.
Re: Reproducible machine learning with PyTorch and Quilt
#10Was not aware of Quilt for hosting datasets. Is it the go-to in this area? What other alternatives are there?
You can use AWS to host open datasets: https://aws.amazon.com/opendata/public-datasets/ These are some other people working in roughly the same space: http://datproject.org/ http://www.pachyderm.io/ But it does seem like Quilt is a go-to, if you are looking for a "Github for data" host.