2018年8月26日

摘要: 例如,我在一个名为tf_14的vertualenv环境中(no site package)安装了一个contextlib2包 使用which xxx来查看 使用pip show指令来查看 阅读全文
posted @ 2018-08-26 22:31 lion_zheng 阅读(7287) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://blog.csdn.net/orangleliu/article/details/44907221 阅读全文
posted @ 2018-08-26 21:29 lion_zheng 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 安装pillow而不是PIL ` pip install pillow ` 参考: https://github.com/python pillow/Pillow 阅读全文
posted @ 2018-08-26 19:19 lion_zheng 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 建立virtualenv环境 ` virtualenv no site packages yourenv ` 其中,yourenv是给环境起的名称 no site packages表示安装的python包和系统的包无关 激活环境 ` source yourenv/bin/activate ` 在vi 阅读全文
posted @ 2018-08-26 12:23 lion_zheng 阅读(103) 评论(0) 推荐(0) 编辑
摘要: ``` python import tensorflow as tf tf.__version__ ``` 阅读全文
posted @ 2018-08-26 12:15 lion_zheng 阅读(159) 评论(0) 推荐(0) 编辑
摘要: nvcc V 阅读全文
posted @ 2018-08-26 12:05 lion_zheng 阅读(102) 评论(0) 推荐(0) 编辑

导航