Python查看类或Module的版本号


>>> import keras
>>> print keras.__version__
1.2.0

原文地址:https://www.cnblogs.com/zhyantao/p/10628015.html