File size: 109 Bytes
5b6acdd | 1 2 3 4 5 |
import tensorflow as tf
import keras
print("TensorFlow:", tf.__version__)
print("Keras:", keras.__version__) |
5b6acdd | 1 2 3 4 5 |
import tensorflow as tf
import keras
print("TensorFlow:", tf.__version__)
print("Keras:", keras.__version__) |