From 8b4ec0026241b244dfbd4e77681406a955fb79a6 Mon Sep 17 00:00:00 2001 From: William Falcon <waf2107@columbia.edu> Date: Fri, 11 Sep 2020 10:40:31 -0400 Subject: [PATCH] clean up sample project --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 20749e9..86b6748 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,12 @@ cd project python lit_classifier_main.py ``` -## Main Contribution -List your modules here. Each module contains all code for a full system including how to run instructions. -- [Research MNIST](https://github.com/PyTorchLightning/pytorch-lightning-conference-seed/tree/master/research_mnist) - -## Baselines -List your baselines here. -- [Research MNIST](https://github.com/PyTorchLightning/pytorch-lightning-conference-seed/tree/master/research_mnist) +## Imports +This project is setup as a package which means you can now easily import any file into any other file like so: +```python +from project.datasets.mnist import mnist +from project.lit_classifier_main import LitClassifier +``` ### Citation ``` -- GitLab