How to get keras version?

4,059 views
Skip to first unread message

steven...@gmail.com

unread,
Apr 21, 2017, 10:37:57 PM4/21/17
to Keras-users
I searched the documentation and Google but can't find how to display the Keras version in a python shell. Any ideas?

Daniel Høyer Iversen

unread,
Apr 22, 2017, 2:23:24 AM4/22/17
to Keras-users, steven...@gmail.com
import keras
print(keras.__version__)
Message has been deleted

olzhas.ka...@gmail.com

unread,
May 15, 2018, 7:00:58 AM5/15/18
to Keras-users
I'm getting the following error message: AttributeError: module 'keras' has no attribute '__version__'

shashank...@accenture.com

unread,
Aug 17, 2018, 3:10:36 AM8/17/18
to Keras-users
you can get via below command

python -c 'import keras; print(keras.__version__)'

Reply all
Reply to author
Forward
0 new messages