Add TensorFlow GPU scripts

This commit is contained in:
Anthony Wang 2021-12-13 09:19:42 -06:00
parent 5f4860fe0c
commit 780d31ae38
Signed by: a
GPG key ID: BC96B00AEC5F2D76
2 changed files with 1214 additions and 0 deletions

1211
gpu.ipynb Normal file

File diff suppressed because it is too large Load diff

3
gpu.py Normal file
View file

@ -0,0 +1,3 @@
import tensorflow as tf
print(tf.config.list_physical_devices())