
Tsinghua
I code
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git clone 太慢解决
sudo vi /etc/hosts添加:192.30.255.112 github.com /etc/init.d/networking restart原创 2018-08-08 12:01:05 · 960 阅读 · 0 评论 -
opencv caffe编译错误的解决
1.opencv 编译如果显示有依赖anaconda 下的opecv的错误时 删除它有 comput = 20 什么的则删除makefile.config 文件中的com——put 对应的字段2.caffe 显示缺少atlas (不能换源,使用原有的apt源)sudo apt-get install libatlas-dev sudo apt-get instal...原创 2018-08-06 18:30:46 · 762 阅读 · 0 评论 -
pip install tensorflow-gpu
tensorflow官网下载说明:https://tensorflow.google.cn/install/install_linux```pip3 install --upgrade tensorflow-gpu ```或者 ```https://files.pythonhosted.org/packages/f1/3b/f24b243038db1c6c73acddd...原创 2018-08-01 19:10:35 · 8244 阅读 · 0 评论 -
pip .ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
pip install *** --default-timeout=1000原创 2018-08-01 18:49:02 · 14017 阅读 · 10 评论 -
ImportError: cannot import name 'downsample'
参考:https://blog.csdn.net/Lyrassongs/article/details/78158621这个错误想必很多使用Theano或者是Lasagne的朋友们都遇到过,主要是Theano版本更新带来的错误。个人觉得你强行去改Lasagne里的代码不如直接在venv里面给Theano降级。对应“from theano.tensor.signal import downsampl...转载 2018-07-13 10:41:37 · 482 阅读 · 0 评论 -
tracking opencv 画框不检测error 版本问题
pip install opencv-contrib-python 下载最新的opencv系统会自动配置,运行就好原创 2018-07-17 18:38:11 · 167 阅读 · 0 评论