From dcf682357da82fcbaa5f8ff2e97b03322a3cc34b Mon Sep 17 00:00:00 2001 From: jebba Date: Mon, 24 Jan 2022 14:49:50 -0700 Subject: [PATCH] panda example --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b71fd7c..6e0ef71 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,32 @@ pip install --user --upgrade -r requirements.txt # Usage -HOWTO USE. +HOWTO USE. Getting closer... +``` +# Example: +debian@workstation:~/spacecruft/witzit$ ./wz-load +Tensorflow Version: 2.7.0 +Num GPUs Available: 0 +Num CPUs Available: 1 +[PhysicalDevice(name='/physical_device:CPU:0', device_type='CPU')] + Pixel Index wavelength intensity +0 1 186.551108 13.956667 +1 2 186.647845 9.773333 +2 3 186.744576 19.723333 +3 4 186.841300 17.223333 +4 5 186.938018 16.006667 +... ... ... ... +8259 8260 960.998400 0.000000 +8260 8261 960.998800 0.000000 +8261 8262 960.999200 0.000000 +8262 8263 960.999600 0.000000 +8263 8264 961.000000 1454.250000 + +[8264 rows x 3 columns] +``` + # Status Alpha software under development.