摘要:
安装方法: sudo apt get install p7zip 解压文件: 7z x manager.7z r o /home/xx 解释如下: x 代表解压缩文件,并且是按原始目录解压(还有个参数 e 也是解压缩文件,但其会将所有文件都解压到根下,而不是自己原有的文件夹下)manager.7z 阅读全文
摘要:
一,anancona 安装 https://repo.anaconda.com/archive/ conda create n caffe_gpu c defaults python=3.6 caffe gpu conda create n caffe c defaults python=3.6 c 阅读全文