mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Summary:
Top-level makefile had `make` hardcoded, resulting in slow build and the following message when following installation instructions:
warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
Replacing this recursive make command with the variable MAKE fixes the issue.
Closes https://github.com/caffe2/caffe2/pull/324
Differential Revision: D4920978
Pulled By: Yangqing
fbshipit-source-id: 1e75ab41786e52d1b7abcc2c46ad1088880d8c1d
|
||
|---|---|---|
| .travis | ||
| caffe/proto | ||
| caffe2 | ||
| cmake | ||
| docs | ||
| scripts | ||
| third_party | ||
| .Doxyfile | ||
| .Doxyfile-c | ||
| .Doxyfile-python | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| appveyor.yml | ||
| CMakeLists.txt | ||
| LICENSE | ||
| Makefile | ||
| PATENTS | ||
| README.md | ||
| release-notes.md | ||
Caffe2
Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.
Questions and Feedback
Please use Github issues (https://github.com/caffe2/caffe2/issues) to ask questions, report bugs, and request new features.
Please participate in our survey (https://www.surveymonkey.com/r/caffe2). We will send you information about new releases and special developer events/webinars.
License and Citation
Caffe2 is released under the BSD 2-Clause license.
Building Caffe2
Detailed Build Status
| Target | Status |
|---|---|
| Linux | |
| Android | |
| iOS | |
| Linux + MKL |