All Projects → feifeibear → SWCaffe

feifeibear / SWCaffe

Licence: other
A Deep Learning Framework customized for Sunway TaihuLight

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
Cuda
1817 projects
CMake
9771 projects
assembly
5116 projects

Projects that are alternatives of or similar to SWCaffe

GuidedNet
Caffe implementation for "Guided Optical Flow Learning"
Stars: ✭ 28 (-24.32%)
Mutual labels:  caffe
raptor
General, high performance algebraic multigrid solver
Stars: ✭ 50 (+35.14%)
Mutual labels:  mpi
caffemodel2json
A small tool to dump Caffe's *.caffemodel to JSON for inspection
Stars: ✭ 40 (+8.11%)
Mutual labels:  caffe
arcface retinaface mxnet2onnx
arcface and retinaface model convert mxnet to onnx.
Stars: ✭ 53 (+43.24%)
Mutual labels:  caffe
caffe-char-rnn
Multi-layer Recurrent Neural Networks (with LSTM) for character-level language models in Caffe
Stars: ✭ 25 (-32.43%)
Mutual labels:  caffe
SIRIUS
Domain specific library for electronic structure calculations
Stars: ✭ 87 (+135.14%)
Mutual labels:  mpi
mpiBench
MPI benchmark to test and measure collective performance
Stars: ✭ 39 (+5.41%)
Mutual labels:  mpi
colorchecker-detection
Multiple ColorChecker Detection. This code implements a multiple colorChecker detection method, as described in the paper Fast and Robust Multiple ColorChecker Detection.
Stars: ✭ 51 (+37.84%)
Mutual labels:  caffe
modified refinedet
Modified RefineDet
Stars: ✭ 23 (-37.84%)
Mutual labels:  caffe
faabric
Messaging and state layer for distributed serverless applications
Stars: ✭ 39 (+5.41%)
Mutual labels:  mpi
hpc
Learning and practice of high performance computing (CUDA, Vulkan, OpenCL, OpenMP, TBB, SSE/AVX, NEON, MPI, coroutines, etc. )
Stars: ✭ 39 (+5.41%)
Mutual labels:  mpi
MobileNet-SSD-windows
No description or website provided.
Stars: ✭ 91 (+145.95%)
Mutual labels:  caffe
gslib
sparse communication library
Stars: ✭ 22 (-40.54%)
Mutual labels:  mpi
tensorrt-ssd-easy
No description or website provided.
Stars: ✭ 32 (-13.51%)
Mutual labels:  caffe
EDLib
Exact diagonalization solver for quantum electron models
Stars: ✭ 18 (-51.35%)
Mutual labels:  mpi
Xception-caffe
Xception implemented with caffe
Stars: ✭ 45 (+21.62%)
Mutual labels:  caffe
ck-crowd-scenarios
Public scenarios to crowdsource experiments (such as DNN crowd-benchmarking and crowd-tuning) using Collective Knowledge Framework across diverse mobile devices provided by volunteers. Results are continuously aggregated at the open repository of knowledge:
Stars: ✭ 22 (-40.54%)
Mutual labels:  caffe
XH5For
XDMF parallel partitioned mesh I/O on top of HDF5
Stars: ✭ 23 (-37.84%)
Mutual labels:  mpi
VideoAudit
📹 一个短视频APP视频内容安全审核的思路调研及实现汇总
Stars: ✭ 221 (+497.3%)
Mutual labels:  caffe
sst-core
SST Structural Simulation Toolkit Parallel Discrete Event Core and Services
Stars: ✭ 82 (+121.62%)
Mutual labels:  mpi

swCaffe

A Parallel Deep Learning Framework for Sunway TaihuLight

Features

Optimized MPIAllreduce, 20x faster than default MPI
Load computations to swDNN and swGEMM.

Author

Jiarui Fang

Caffe

Build Status License

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by Berkeley AI Research (BAIR)/The Berkeley Vision and Learning Center (BVLC) and community contributors.

Check out the project site for all the details like

and step-by-step examples.

Custom distributions

Community

Join the chat at https://gitter.im/BVLC/caffe

Please join the caffe-users group or gitter chat to ask questions and talk about methods and models. Framework development discussions and thorough bug reports are collected on Issues.

Happy brewing!

License and Citation

Caffe is released under the BSD 2-Clause license. The BAIR/BVLC reference models are released for unrestricted use.

Please cite Caffe in your publications if it helps your research:

@article{jia2014caffe,
  Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
  Journal = {arXiv preprint arXiv:1408.5093},
  Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
  Year = {2014}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].