摘要: Datasets: LabelMe: consists of hundreds of thousands of fully-segmented images ImageNet: consists of over 15 million labeled high-resolution images in 阅读全文
posted @ 2018-02-24 20:14 smile-sunshine 阅读(294) 评论(0) 推荐(0)
摘要: Question: Solution: 阅读全文
posted @ 2018-02-08 14:40 smile-sunshine 阅读(2355) 评论(0) 推荐(1)
摘要: 由于PyTorch官网 http://pytorch.org/ 推荐使用Anaconda作为软件包管理器(package manager),所以我们需要首先准备好Anaconda环境。 1.准备好Anaconda环境 具体参见:http://blog.csdn.net/zhdgk19871218/a 阅读全文
posted @ 2018-02-07 11:17 smile-sunshine 阅读(585) 评论(0) 推荐(0)
摘要: scp就是secure copy,一个在linux下用来进行远程拷贝文件的命令。 Windows到Linux: 注意:在Windows中获取文件路径时是以'\'为间隔的,而在Linux中是以'/'为间隔的。 Windows: Linux: 在Windows下打开git bash,用scp将文件拷贝到 阅读全文
posted @ 2018-02-07 10:34 smile-sunshine 阅读(163) 评论(0) 推荐(0)