examples/careless.md
... ...
@@ -95,5 +95,8 @@ echo -e "\n\n Testing GPU with python.careless: "
95 95
python.careless -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
96 96
97 97
```
98
+## timing results
99
+
100
+![Careless Examples PYP](images/careless_pyp_timing.png)
98 101
99 102