美文网首页
怎样完全卸载tensorflow?

怎样完全卸载tensorflow?

作者: 卖点儿什么 | 来源:发表于2019-11-07 11:16 被阅读0次

    查看安装版本及查询是否安装成功

    python

    import tensorflow as tf

    tf.__version__

    卸载:

    sudo pip uninstall protobuf

    sudo pip uninstall tensorflow

    安装:

    sudo pip install --upgrade

    https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl

    相关文章

      网友评论

          本文标题:怎样完全卸载tensorflow?

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