git clone pytorch或caffe2速度慢的解决办法
Posted zjutzz
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git clone pytorch或caffe2速度慢的解决办法相关的知识,希望对你有一定的参考价值。
caffe2官方代码,现在已经放在pytorch项目中了。
因此,源码编译pytorch或caffe2,都需要 https://github.com/pytorch/pytorch 下载代码。
由于pytorch和caffe2都依赖很多依赖项,它们通过git submodule形式管理,下载它们需要很长时间,不下载的话又不能源码编译。
一个办法是先找一个网好的地方git clone --recursive,后续拷贝整个repo,然后改origin远端官方地址,再git pull拉取最新。
找个网好的地方,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速度慢的解决办法的主要内容,如果未能解决你的问题,请参考以下文章
为啥在 iOS 上使用 Caffe2 或 Core-ML 而不是 LibTorch(.pt 文件)?
贾扬清回复:如何看待 Caffe2 代码并入 PyTorch ?
pytorch转caffe2 之 onnx转caffe2报错的解决方法
无缝整合PyTorch 0.4与Caffe2,PyTorch 1.0问世