上一页 1 ··· 9 10 11 12 13
摘要: 1:终端中获取root后,使用fdisk -l来查看位置 2:挂载u盘:mount /路径 /mnt cd /mnt可进入u盘,ls可查看文件 3:复制:cp /(文件路径) /mnt 4:退出u盘:umount /mnt 阅读全文
posted @ 2016-05-20 19:42 linux_zero 阅读(929) 评论(0) 推荐(0)
摘要: <a bref='http://www......'>友情连接</a><br/> <a bref='http://www......'>友情连接2</a> 阅读全文
posted @ 2016-05-20 09:54 linux_zero 阅读(152) 评论(0) 推荐(0)
摘要: 按照官网进行安装即可;(http://torch.ch/docs/getting-started.html#_) 最后会提问是否将torch加入路径,选yes 手动加入路径,选以下其中之一(ubuntu14.04,选择bashrc) 检查是否安装成功:终端输入th,显示 即为成功。 然后可以安装一些 阅读全文
posted @ 2016-05-19 14:56 linux_zero 阅读(2763) 评论(0) 推荐(0)
摘要: 从官网github下载caffe-master.zip 解压:unzip caffe-master 将Makefile.config.example复制,命名为Makefile.config(如果是CPU模式,将Makefile.config中ONLY_CPU前的注释去掉) 编译:make all( 阅读全文
posted @ 2016-05-14 10:48 linux_zero 阅读(465) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13