All Projects → knsong → caffe-mt

knsong / caffe-mt

Licence: other
This is a fork of caffe added some useful layers, the original caffe site is https://github.com/BVLC/caffe.

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
Cuda
1817 projects
CMake
9771 projects
Protocol Buffer
295 projects
matlab
3953 projects

Projects that are alternatives of or similar to caffe-mt

LoL-Match-Prediction
Win probability predictions for League of Legends matches using neural networks
Stars: ✭ 34 (+3.03%)
Mutual labels:  batch-normalization
GITechDemo
Global illumination technical demo - a continuation of the Synesthesia3D (ex-LibRenderer) graphics engine used in https://github.com/iftodebogdan/ShaderEditor
Stars: ✭ 45 (+36.36%)
Mutual labels:  motion-blur
Image-Processing-Library
Library for processing and manipulating images.
Stars: ✭ 36 (+9.09%)
Mutual labels:  motion-blur
tensorflow-mnist-MLP-batch normalization-weight initializers
MNIST classification using Multi-Layer Perceptron (MLP) with 2 hidden layers. Some weight-initializers and batch-normalization are implemented.
Stars: ✭ 49 (+48.48%)
Mutual labels:  batch-normalization
dft-wiener-deconvolution-with-psf
Python2 (OpenCV, NumPy) application to refocus blurred images using Wiener deconvolution.
Stars: ✭ 45 (+36.36%)
Mutual labels:  motion-blur
SIUN
Sharp Image Deblurring
Stars: ✭ 123 (+272.73%)
Mutual labels:  motion-blur
DeFMO
[CVPR 2021] DeFMO: Deblurring and Shape Recovery of Fast Moving Objects
Stars: ✭ 144 (+336.36%)
Mutual labels:  motion-blur
batchnorm prune
Tensorflow codes for "Rethinking the Smaller-Norm-Less-Informative Assumption in Channel Pruning of Convolution Layers"
Stars: ✭ 30 (-9.09%)
Mutual labels:  batch-normalization
Machine-Learning-in-Python-Workshop
My workshop on machine learning using python language to implement different algorithms
Stars: ✭ 89 (+169.7%)
Mutual labels:  batch-normalization
Neural-Style-MMD
MXNet Code For Demystifying Neural Style Transfer (IJCAI 2017)
Stars: ✭ 82 (+148.48%)
Mutual labels:  batch-normalization
Training-BatchNorm-and-Only-BatchNorm
Experiments with the ideas presented in https://arxiv.org/abs/2003.00152 by Frankle et al.
Stars: ✭ 23 (-30.3%)
Mutual labels:  batch-normalization
Adria-DX12
Graphics engine written in C++/DirectX12
Stars: ✭ 18 (-45.45%)
Mutual labels:  motion-blur

Hightlights of caffe-mt:

    1. More ways of performing Batch Normalization compared with the official Caffe;
    1. Local Convolution;
    1. Dynamic Convolution;

For details please see in Wiki.


Caffe

Build Status License

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by 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.

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 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].