diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -6,4 +6,10 @@ - `python -m venv venv` - `./venv/bin/pip install -r requirements.txt` -- `./venv/bin/python train.py` +- `./venv/bin/python main.py train` +- `./venv/bin/python main.py test` + +## Note + +- This is a proof-of-concept +- Does not use CUDA but should be easy to implement |