Changes
1 changed files (+9/-0)
-
test.py (new)
-
@@ -0,0 +1,9 @@# TensorFlow and tf.keras import tensorflow as tf # Helper libraries import numpy as np import matplotlib.pyplot as plt print(tf.__version__)
-
TensorFlow test programs
1 changed files (+9/-0)