s/wz/witzit

main
jebba 2022-01-24 17:55:47 -07:00
parent 192d7e7275
commit 0c47f550ab
2 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ pip install --user --upgrade -r requirements.txt
# witzit scripts # witzit scripts
* `wz-load` --- 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 Development is most easily done under Jupyter with Tensorboard
for training models. These files are in the `notebooks/` directory. for training models. These files are in the `notebooks/` directory.
@ -60,7 +60,7 @@ HOWTO USE. Getting closer...
``` ```
# Example: # Example:
debian@workstation:~/spacecruft/witzit$ ./wz-load debian@workstation:~/spacecruft/witzit$ ./witzit-load.py
Tensorflow Version: 2.7.0 Tensorflow Version: 2.7.0
Num GPUs Available: 0 Num GPUs Available: 0
Num CPUs Available: 1 Num CPUs Available: 1

View File

@ -1,6 +1,6 @@
#!/usr/bin/python3 #!/usr/bin/python3
# #
# witzit # witzit-load.py
# #
# Copyright (C) 2022, Jeff Moe # Copyright (C) 2022, Jeff Moe
# #
@ -24,9 +24,9 @@
# https://ordar.otelo.univ-lorraine.fr/record?id=10.24396/ORDAR-65 # https://ordar.otelo.univ-lorraine.fr/record?id=10.24396/ORDAR-65
# #
# Usage: # Usage:
# wz-load # witzit-load.py
# Example: # Example:
# wz-load # witzit-load.py
import os import os
import json import json