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 ...@@ -58,13 +58,12 @@ cd project
python lit_classifier_main.py python lit_classifier_main.py
``` ```
## Main Contribution ## Imports
List your modules here. Each module contains all code for a full system including how to run instructions. This project is setup as a package which means you can now easily import any file into any other file like so:
- [Research MNIST](https://github.com/PyTorchLightning/pytorch-lightning-conference-seed/tree/master/research_mnist) ```python
from project.datasets.mnist import mnist
## Baselines from project.lit_classifier_main import LitClassifier
List your baselines here. ```
- [Research MNIST](https://github.com/PyTorchLightning/pytorch-lightning-conference-seed/tree/master/research_mnist)
### Citation ### Citation
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment