diff options
author | Marvin Borner | 2023-07-02 16:49:39 +0200 |
---|---|---|
committer | Marvin Borner | 2023-07-02 16:54:22 +0200 |
commit | eb3c44379bd531c9a9254867ff63e90a4e50d405 (patch) | |
tree | 729ea9b05372c0ffde72610061c59ffca48840f2 /readme.md | |
parent | 053c6b8d3f29651a467ef41966483ba09be6a717 (diff) |
Basic training
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 |