aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorMarvin Borner2023-07-02 16:49:39 +0200
committerMarvin Borner2023-07-02 16:54:22 +0200
commiteb3c44379bd531c9a9254867ff63e90a4e50d405 (patch)
tree729ea9b05372c0ffde72610061c59ffca48840f2 /readme.md
parent053c6b8d3f29651a467ef41966483ba09be6a717 (diff)
Basic training
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