ever so slight

main
jebba 2022-01-24 17:57:24 -07:00
parent 0c47f550ab
commit 9dfde52aed
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ pip install --user --upgrade pip
## Clone Git Repo
Get source code with `git`.
The default `requirements.txt` installs a tensorflow without
The default `requirements.txt` installs a Tensorflow without
GPU support. You can edit the `requirements.txt` file to change
which is supported. The "generic" version supports both.
@ -36,7 +36,7 @@ pip install --user --upgrade -r requirements.txt
# witzit scripts
* `./witzit-load.py` --- Load and text display a sample CSV.
* `witzit-load.py` --- Load and text display a sample CSV.
Development is most easily done under Jupyter with Tensorboard
for training models. These files are in the `notebooks/` directory.