From 0c47f550ab2a23581384c9a32b6c817051fc3635 Mon Sep 17 00:00:00 2001 From: jebba Date: Mon, 24 Jan 2022 17:55:47 -0700 Subject: [PATCH] s/wz/witzit --- README.md | 4 ++-- wz-load => witzit-load.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) rename wz-load => witzit-load.py (97%) diff --git a/README.md b/README.md index 24e4e9e..6cd6395 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ pip install --user --upgrade -r requirements.txt # 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 for training models. These files are in the `notebooks/` directory. @@ -60,7 +60,7 @@ HOWTO USE. Getting closer... ``` # Example: -debian@workstation:~/spacecruft/witzit$ ./wz-load +debian@workstation:~/spacecruft/witzit$ ./witzit-load.py Tensorflow Version: 2.7.0 Num GPUs Available: 0 Num CPUs Available: 1 diff --git a/wz-load b/witzit-load.py similarity index 97% rename from wz-load rename to witzit-load.py index 9c64b94..b9a7ac3 100755 --- a/wz-load +++ b/witzit-load.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -# witzit +# witzit-load.py # # Copyright (C) 2022, Jeff Moe # @@ -24,9 +24,9 @@ # https://ordar.otelo.univ-lorraine.fr/record?id=10.24396/ORDAR-65 # # Usage: -# wz-load +# witzit-load.py # Example: -# wz-load +# witzit-load.py import os import json