摘要: 安装jupyter pip3 install jupyter -i https://pypi.douban.com/simple/ --trusted-host pypi.douban.com 阅读全文
posted @ 2020-04-28 22:21 技术研究与问题解决 阅读(293) 评论(0) 推荐(0)
摘要: 1.下载torch包 https://pypi.tuna.tsinghua.edu.cn/simple/torch/ 2.下载其它包 https://pypi.tuna.tsinghua.edu.cn/simple/××××/ pypi 镜像使用帮助 pypi 镜像每 5 分钟同步一次。 临时使用 阅读全文
posted @ 2020-04-28 21:24 技术研究与问题解决 阅读(326) 评论(0) 推荐(0)
摘要: Linux CentOS系统安装Pycharm 阅读全文
posted @ 2020-04-28 20:47 技术研究与问题解决 阅读(159) 评论(0) 推荐(0)
摘要: 1.linux的软连接存放位置cd /usr/bin 2.查看现有python的软连接指向的版本ls -al python 3.移动旧的软连接sudo mv /usr/bin/python /usr/bin/python2.7 4.建立新的软连接ln -s /usr/python/bin/pytho 阅读全文
posted @ 2020-04-28 17:02 技术研究与问题解决 阅读(4370) 评论(0) 推荐(0)
摘要: 在windows系统下配置机器学习环境有时是非常头疼的事情,笔者在安装TF2.1时也踩了不少坑,这里把安装过程和安装中可能遇到的问题罗列出来,也欢迎大家一起来交流。 本文主要包括以下内容: 1.Anaconda python3.7版本安装 2.Tensorflow 2.1安装 3.PyCharm安装 阅读全文
posted @ 2020-04-28 16:00 技术研究与问题解决 阅读(962) 评论(0) 推荐(0)
摘要: 先上开源地址: https://github.com/huggingface/pytorch-transformers#quick-tour 官网: https://huggingface.co/pytorch-transformers/index.html PyTorch-Transformers 阅读全文
posted @ 2020-04-28 14:09 技术研究与问题解决 阅读(722) 评论(0) 推荐(0)
摘要: google protobuf-3.6.1是现在最新版本,添加了新的特性,看说明 下载地址 https://github.com/protocolbuffers/protobuf/releases 我下载的是protobuf-all-3.6.1.tar.gz 包 新版本不需要执行autogen.sh 阅读全文
posted @ 2020-04-28 11:40 技术研究与问题解决 阅读(1940) 评论(0) 推荐(0)
摘要: 一. 安装Python3 1. 从https://www.python.org/downloads/,下载Python3.6.7 2. 编译python3.6.7 $ ./configure --prefix=/usr/local/python3 --enable-optimizations $ m 阅读全文
posted @ 2020-04-28 10:56 技术研究与问题解决 阅读(605) 评论(0) 推荐(0)
摘要: tensorflow lite 编译和安装二 使用bazel编译 阅读全文
posted @ 2020-04-28 10:48 技术研究与问题解决 阅读(696) 评论(0) 推荐(0)
摘要: 一、问题: INFO: Options provided by the client: Inherited 'common' options: --isatty=1 --terminal_columns=80 INFO: Reading rc options for 'version' from / 阅读全文
posted @ 2020-04-28 10:23 技术研究与问题解决 阅读(3532) 评论(0) 推荐(0)