Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 531 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 531 Bytes

Sparse Coding model in pytorch

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

# use ssh
$ git clone [email protected]: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