pytorch / pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration
https://pytorch.org
Other
82.54k stars 22.21k forks source link

[Caffe2] Which document should we follow to install caffe2? #10341

Open lianglia-apollo opened 6 years ago

lianglia-apollo commented 6 years ago

There are at least TWO "official" documents for caffe2: (1) https://github.com/pytorch/pytorch#from-source (2) https://caffe2.ai/docs/getting-started.html?platform=ubuntu&configuration=compile

Which one should we follow? As we noticed that there are lots of questions in building caffe2, it would be nice if there is an "official" way to do it other than multiple documents that are different from each other. Thanks.

duc0 commented 6 years ago

Please follow the latter instructions. The first one is instructions for pytorch (I believe we will attempt to unify the documentation soon, cc @Yangqing ); or you could also try this script https://github.com/pytorch/pytorch/blob/master/setup_caffe2.py .