panda example

main
jebba 2022-01-24 14:49:50 -07:00
parent 288b3cc4f0
commit dcf682357d
1 changed files with 24 additions and 1 deletions

View File

@ -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.