From 56687868af45607798d20e5fd71d8039491974a6 Mon Sep 17 00:00:00 2001
From: dwh48 <dwh48@drexel.edu>
Date: Fri, 1 Apr 2022 15:50:18 +0000
Subject: [PATCH] Update README.rst

---
 README.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.rst b/README.rst
index 91108d4..3ecb232 100644
--- a/README.rst
+++ b/README.rst
@@ -10,20 +10,20 @@ To install the package, clone it to a local folder, then run `pip install -e .`
 Overview
 ------------
 
-Recommend running everything from the project root directory (ensures yolo will work).
+**Recommend running everything from the project root directory (ensures yolo will work).**
 
 Main sparse coding file is found at:
-sparse_coding_torch/train_sparse_model.py
+    sparse_coding_torch/train_sparse_model.py
 
 Sparse coding command example:
-python sparse_coding_torch/train_sparse_model.py --dataset pnb --train
+    python sparse_coding_torch/train_sparse_model.py --dataset pnb --train
 
 
 Main classification model is found at:
-sparse_coding_torch/train_classifier.py
+    sparse_coding_torch/train_classifier.py
 
 Classification command example:
-python sparse_coding_torch/train_classifier.py --sparse_checkpoint sparse.pt --dataset pnb --train
+    python sparse_coding_torch/train_classifier.py --sparse_checkpoint sparse.pt --dataset pnb --train
 
 PTX Checkpoints can be found at:
-ptx_tensorflow/
+    ptx_tensorflow/
-- 
GitLab