From 61c8befed79666c3d4bebc10b61da2f4491d88bc Mon Sep 17 00:00:00 2001 From: William Falcon <waf2107@columbia.edu> Date: Fri, 11 Sep 2020 10:38:58 -0400 Subject: [PATCH] clean up sample project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f6183a..20749e9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ pip install -r requirements.txt Next, navigate to [Your Main Contribution (MNIST here)] and run it. ```bash # module folder -cd src +cd project # run module (example: mnist as your main contribution) python lit_classifier_main.py -- GitLab