Add some new stuff

This commit is contained in:
Anthony Wang 2021-03-24 16:37:44 -05:00
parent 0942f56c21
commit 4207b5595c
Signed by: a
GPG key ID: 6FD3502572299774
3 changed files with 6025 additions and 2 deletions

6013
classification.ipynb Normal file

File diff suppressed because one or more lines are too long

View file

@ -5,5 +5,9 @@ import tensorflow as tf
import numpy as np
import matplotlib.pyplot as plt
print(tf.__version__)
# print(tf.__version__)
# print("Num GPUs Available: ", len(tf.config.list_physical_devices('GPU')))
print(tf.config.list_physical_devices('GPU'))

6
torch.py Normal file
View file

@ -0,0 +1,6 @@
import torch
from importlib import reload
reload(torch)
print(torch.cuda.is_available())