ekta2391 / Deep-Learning-implementation-of-Chatbot

0 stars 0 forks source link

Important commands #1

Open vasantivmahajan opened 7 years ago

vasantivmahajan commented 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