From c78fd169ed37c3cf3bd614bd5bd5719bfae82acb Mon Sep 17 00:00:00 2001 From: dwh48 <dwh48@drexel.edu> Date: Fri, 11 Mar 2022 15:22:21 +0000 Subject: [PATCH] Update README.rst --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 09beb1c..13eb934 100644 --- a/README.rst +++ b/README.rst @@ -1,18 +1,24 @@ 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 -- GitLab