aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index c648cf6..86ab694 100644
--- a/readme.md
+++ b/readme.md
@@ -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