Skip to content
/ pytorch Public
forked from pytorch/pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

License

Notifications You must be signed in to change notification settings

duc0/pytorch

Repository files navigation

Caffe2

Caffe2 is a deep learning framework made with expression, speed, and modularity in mind. It is an experimental refactoring of Caffe, and allows a more flexible way to organize computation.

Read the installation instructions for installation details.

License and Citation

Caffe2 is released under the BSD 2-Clause license.

Building Caffe2

git clone https://github.com/caffe2/caffe2
cd caffe2 && mkdir bin
cd bin && cmake ..
make

About

Tensors and Dynamic neural networks in Python with strong GPU acceleration

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 42.8%
  • Python 30.3%
  • Cuda 16.2%
  • C 6.7%
  • CMake 2.0%
  • Objective-C++ 1.0%
  • Other 1.0%