edwardlib / observations

Tools for loading standard data sets in machine learning
Other
202 stars 40 forks source link

extend maybe_download_and_extract to manually downloaded data sets #9

Open dustinvtran opened 7 years ago

dustinvtran commented 7 years ago

It will only extract the files. Basically, extend the function to include url=None.

dustinvtran commented 7 years ago

Note: This is important for using the Observations library for restricted data sets, where you might first need to ask the author or go through some process to download the data set yourself. For example, imagenet or bookcorpus.