sets icon indicating copy to clipboard operation
sets copied to clipboard

Read datasets in a standard way

Results 14 sets issues
Sort by recently updated
recently updated
newest added

cannot be installed for python 3.11. no proper wheel exist. ugent

I installed sets ( python setup.py build ; python setup.py install). I then tried running the tensorflow variable sequence classification script [here](https://gist.github.com/danijar/3f3b547ff68effb03e20c470af22c696) . I get the following error line 4,...

Dear Sir, We have tried to download the MNIST dataset using the simple example you provided: #!/usr/bin/env python3 from sets import Mnist #Download, parse and cache the dataset. train, test...

Hi, I install by sudo pip install sets, OS is ubuntu 14.04LTS, when running example code in your blog https://gist.github.com/danijar/8663d3bbfd586bffecf6a0094cd116f2, error as the title occurs.

Goals: - Read, write and modify datasets that do not fit into main memory. - Streams should be first-class citizens. Base all datasets on streaming to have a single interface....

feature

Stream to disk and yield file handle when cache file already exists.