Open vasantivmahajan opened 7 years ago
Check version: Keras: python -c "import keras; print keras.version" or Go into python CLI and type import keras along with keras.version
TensorFlow: python -c 'import tensorflow as tf; print(tf.version)' # for Python 2 python3 -c 'import tensorflow as tf; print(tf.version)' # for Python 3
Check version: Keras: python -c "import keras; print keras.version" or Go into python CLI and type import keras along with keras.version
TensorFlow: python -c 'import tensorflow as tf; print(tf.version)' # for Python 2 python3 -c 'import tensorflow as tf; print(tf.version)' # for Python 3