kalpit sharma
adding changes
5b6acdd
raw
history blame contribute delete
109 Bytes
import tensorflow as tf
import keras
print("TensorFlow:", tf.__version__)
print("Keras:", keras.__version__)