Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
|
7 |
import numpy as np
|
8 |
import tensorflow as tf
|
9 |
-
|
10 |
import sklearn
|
11 |
import random
|
12 |
import matplotlib.pyplot as plt
|
@@ -16,10 +16,6 @@ import requests
|
|
16 |
# In[83]:
|
17 |
|
18 |
|
19 |
-
print("TF version:", tf.__version__)
|
20 |
-
print("Hub version:", hub.__version__)
|
21 |
-
print("GPU is", "available" if tf.config.list_physical_devices('GPU') else "NOT AVAILABLE")
|
22 |
-
|
23 |
|
24 |
# In[94]:
|
25 |
|
|
|
6 |
|
7 |
import numpy as np
|
8 |
import tensorflow as tf
|
9 |
+
|
10 |
import sklearn
|
11 |
import random
|
12 |
import matplotlib.pyplot as plt
|
|
|
16 |
# In[83]:
|
17 |
|
18 |
|
|
|
|
|
|
|
|
|
19 |
|
20 |
# In[94]:
|
21 |
|