logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ubuntu 关闭系统自动更新

ubuntu18.04关闭系统自动更新有两个方法:1.修改配置文件命令vi etc/apt/apt.conf.d/10periodic将参数1修改为0:修改前APT::Periodic::Update-Package-Lists "1";APT::Periodic::Download-Upgradeable-Packages "0";APT::Periodic::AutocleanInterval

vscode+pytouch 安装方法

1. 安装 vscode官网下载安装即可;2. 安装 python官网下载安装;添加环境变量,即可;环境配置,可参考百度经验、博客;举例F:\Install\python3.7\F:\Install\python3.7\Scripts\测试,命令行 cmd 运行 pythonpython --version3. 安装 pytorch官网pip 安装,选择对应的版本,并复制下面蓝色方框里面的命令。若

anaconda 中安装gurobi

跑的一个深度学习框架用到了gurobi 安装在ubuntu上栽了两天时间,我安装的是ubuntu16.04的版本自己去官网下载gurobi,我安装的是gurobi8.1.1 然后申请相应的licence1 解压文件tar zxvf gurobi8.1.1_linux64.tar.gz将解压的文档gurobi811移到/opt下sudo cp -r gurobi811 /opt/2 设定环境变量:s

#ubuntu#linux#caffe
人工智能——发展史

人工智能发展史

定理(Theorem)、引理(Lemma)、推论(Corollary)的定义及LaTeX用法

1、定理(Theorem)1.1 定义:Theorem(定理)----a mathematical statement that is proved using rigorous mathematical reasoning. In a mathematical paper, the term theorem is often reserved for the most important r..

python默认版本替换

1. 查看安装的 pythonls /usr/bin/python*2. 查看python替换版本信息:update-alternatives --list python若现实出错:update-alternatives:error:no alternatives for python3. 根据查看的python版本设置如下sudo update-alternatives --install /u

The difference of Artificial Intelligence, Machine Learning and Deep learning

1、包括范围:人工智能>机器学习>深度学习2、

到底了