摘要:
Faster RCNN TensorFlow Python3.5 在Ubuntu16.04下的配置方法 [TOC] 安装过程 1. 深度学习环境Tensorflow的安装 参考这一篇博客: "https://www.cnblogs.com/pprp/p/9463974.html" 2. 安装pyth 阅读全文
摘要:
深度学习环境搭建:Tensorflow1.4.0+Ubuntu16.04+Python3.5+Cuda8.0+Cudnn6.0 Reference https://zhuanlan.zhihu.com/p/31430631?utm_source=com.tencent.tim&utm_medium= 阅读全文
摘要:
Anaconda中常用的用法 conda 是开源包(packages)和虚拟环境(environment)的管理系统。 packages 管理: 可以使用 conda 来安装、更新 、卸载工具包 ,并且它更关注于数据科学相关的工具包。在安装 anaconda 时就预先集成了像 Numpy、Scipy 阅读全文
摘要:
参考: "https://codereview.stackexchange.com/questions/26271/import izip for different versions of python" A common idiom that I use for Python2 Python3 阅读全文
摘要:
author:pprp date:18/8/12 1. AttributeError: Module Pip has no attribute 'main' solution:降低pip的版本 2. AttributeError: '_NamespacePath' object has no att 阅读全文