Skip to content

BouchardLab/sparse_coding

Repository files navigation

Sparse Coding model in pytorch

To install, you can clone the repository and cd into the sparse_coding folder.

# use ssh
$ git clone git@github.com:BouchardLab/sparse_coding.git
# or use https
$ git clone https://github.com/BouchardLab/sparse_coding.git
$ cd sparse_coding

If you are installing into an active conda environment, you can run

$ conda env update --file environment.yml
$ pip install -e .

If you are installing with pip you can run

$ pip install -e . -r requirements.txt

About

Sparse coding models in pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages