Skip to content
Snippets Groups Projects
Commit 8b4ec002 authored by William Falcon's avatar William Falcon
Browse files

clean up sample project

parent 61c8befe
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment