Skip to content
Snippets Groups Projects
Commit 92584787 authored by hannandarryl's avatar hannandarryl
Browse files

Merge remote-tracking branch 'origin/main' into main

parents 7d66d2ef c78fd169
Branches
No related tags found
No related merge requests found
Sparse Coding Library for Tensorflow
=================================
Installation
------------
To install the package, clone it to a local folder, then run `pip install -e .` from the folder to install the package in edit mode (so changes to the code are used).
Overview
------------
Main sparse coding file is found at:
keras/train_sparse_model.py
sparse_coding_torch/train_sparse_model.py
Sparse coding command example:
python train_sparse_model.py
Main classification model is found at:
keras/train_classifier.py
sparse_coding_torch/train_classifier.py
Classification command example:
python small_data_classifier.py --checkpoint sparse.pt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment