码迷,mamicode.com
首页 > 其他好文 > 详细

git clone pytorch或caffe2速度慢的解决办法

时间:2019-04-12 13:20:21      阅读:490      评论:0      收藏:0      [点我收藏+]

标签:一个   因此   epo   速度   git clone   速度慢   解决   项目   remote   

caffe2官方代码,现在已经放在pytorch项目中了。

因此,源码编译pytorch或caffe2,都需要 https://github.com/pytorch/pytorch 下载代码。

由于pytorch和caffe2都依赖很多依赖项,它们通过git submodule形式管理,下载它们需要很长时间,不下载的话又不能源码编译。

一个办法是先找一个网好的地方git clone --recursive,后续拷贝整个repo,然后改origin远端官方地址,再git pull拉取最新。

  1. 找个网好的地方,git clone --recursive https://github.com/pytorch/pytorch
    或者直接用我下载好的 https://gitee.com/aczz/pytorch-zip

cd pytorch
git remote set-url origin https://github.com/pytorch/pytorch
git pull

git clone pytorch或caffe2速度慢的解决办法

标签:一个   因此   epo   速度   git clone   速度慢   解决   项目   remote   

原文地址:https://www.cnblogs.com/zjutzz/p/10695413.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!