Skip to content
Snippets Groups Projects
Unverified Commit 83b811fc authored by William Falcon's avatar William Falcon Committed by GitHub
Browse files

Update README.md

parent 5b7d377a
No related branches found
No related tags found
No related merge requests found
...@@ -47,10 +47,10 @@ pip install requirements.txt ...@@ -47,10 +47,10 @@ pip install requirements.txt
Next, navigate to [Your Main Contribution (MNIST here)] and run it. Next, navigate to [Your Main Contribution (MNIST here)] and run it.
```python ```python
# module folder # module folder
cd research_seed/my_module cd research_seed/mnist/
# run module # run module (example: mnist as your main contribution)
python my_module_trainer.py python mnist_trainer.py
``` ```
## Modules ## Modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment