美文网首页Keras学习笔记
Keras学习笔记(5)查看keras版本号

Keras学习笔记(5)查看keras版本号

作者: 谢昆明 | 来源:发表于2018-11-23 22:03 被阅读0次

    with python

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

    with python3

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

    Using TensorFlow backend.
    2.2.4

    相关文章

      网友评论

        本文标题:Keras学习笔记(5)查看keras版本号

        本文链接:https://www.haomeiwen.com/subject/rebsqqtx.html