rctn / sparsecoding

Reference sparse coding implementations for efficient learning and inference.
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

datasets.py -> olshausen.py + refactor #33

Closed alvinzz closed 2 years ago

cshewmake2 commented 2 years ago

Not sure if this is the right place either. For users who install the repo via pip, the data will be tucked away into the directory where pip installs the package: <virtualenv_name>/lib/<python_ver>/site-packages (link)

This means that the library itself will inflate by 20MB (the new file size) on their system. Also, it may be hard for people to inspect the data themselves.

Anyway, I'm happy to go ahead and include this to start until we figure out a better way.