From 930393ecca5b8ba6d5f657c1591c2bc17f38bd63 Mon Sep 17 00:00:00 2001 From: Kyunghyun Paeng Date: Mon, 9 Mar 2015 12:51:32 +0900 Subject: [PATCH 1/4] initial commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ebec286d550..d41667697e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Caffe +# Forked by paeng (khpaeng@kaist.ac.kr) 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](http://bvlc.eecs.berkeley.edu)) and community contributors. From 5e988ca3387f37072fab7148c99a02fb610ab3c2 Mon Sep 17 00:00:00 2001 From: Kyunghyun Paeng Date: Mon, 9 Mar 2015 13:16:54 +0900 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d41667697e4..31eff2df519 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Caffe -# Forked by paeng (khpaeng@kaist.ac.kr) +Forked by paeng (khpaeng@kaist.ac.kr) 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](http://bvlc.eecs.berkeley.edu)) and community contributors. From e4c45a04b6dd6faf9fe41815dc27781f233f4d3c Mon Sep 17 00:00:00 2001 From: Kyunghyun Paeng Date: Mon, 9 Mar 2015 13:17:06 +0900 Subject: [PATCH 3/4] Update README.md --- README.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/README.md b/README.md index 31eff2df519..a5e32e66140 100644 --- a/README.md +++ b/README.md @@ -4,32 +4,3 @@ Forked by paeng (khpaeng@kaist.ac.kr) 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](http://bvlc.eecs.berkeley.edu)) and community contributors. -Check out the [project site](http://caffe.berkeleyvision.org) for all the details like - -- [DIY Deep Learning for Vision with Caffe](https://docs.google.com/presentation/d/1UeKXVgRvvxg9OUdh_UiC5G71UMscNPlvArsWER41PsU/edit#slide=id.p) -- [Tutorial Documentation](http://caffe.berkeleyvision.org/tutorial/) -- [BVLC reference models](http://caffe.berkeleyvision.org/model_zoo.html) and the [community model zoo](https://github.com/BVLC/caffe/wiki/Model-Zoo) -- [Installation instructions](http://caffe.berkeleyvision.org/installation.html) - -and step-by-step examples. - -[![Join the chat at https://gitter.im/BVLC/caffe](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/BVLC/caffe?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - -Please join the [caffe-users group](https://groups.google.com/forum/#!forum/caffe-users) or [gitter chat](https://gitter.im/BVLC/caffe) to ask questions and talk about methods and models. -Framework development discussions and thorough bug reports are collected on [Issues](https://github.com/BVLC/caffe/issues). - -Happy brewing! - -## License and Citation - -Caffe is released under the [BSD 2-Clause license](https://github.com/BVLC/caffe/blob/master/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} - } From fc86d32b342b45f42ebd727927a3c3fa08241c96 Mon Sep 17 00:00:00 2001 From: Kyunghyun Paeng Date: Mon, 9 Mar 2015 13:17:07 +0900 Subject: [PATCH 4/4] fail --- README.md | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/README.md b/README.md index d41667697e4..db210748ea6 100644 --- a/README.md +++ b/README.md @@ -1,35 +1 @@ -# Caffe -# Forked by paeng (khpaeng@kaist.ac.kr) - -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](http://bvlc.eecs.berkeley.edu)) and community contributors. - -Check out the [project site](http://caffe.berkeleyvision.org) for all the details like - -- [DIY Deep Learning for Vision with Caffe](https://docs.google.com/presentation/d/1UeKXVgRvvxg9OUdh_UiC5G71UMscNPlvArsWER41PsU/edit#slide=id.p) -- [Tutorial Documentation](http://caffe.berkeleyvision.org/tutorial/) -- [BVLC reference models](http://caffe.berkeleyvision.org/model_zoo.html) and the [community model zoo](https://github.com/BVLC/caffe/wiki/Model-Zoo) -- [Installation instructions](http://caffe.berkeleyvision.org/installation.html) - -and step-by-step examples. - -[![Join the chat at https://gitter.im/BVLC/caffe](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/BVLC/caffe?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - -Please join the [caffe-users group](https://groups.google.com/forum/#!forum/caffe-users) or [gitter chat](https://gitter.im/BVLC/caffe) to ask questions and talk about methods and models. -Framework development discussions and thorough bug reports are collected on [Issues](https://github.com/BVLC/caffe/issues). - -Happy brewing! - -## License and Citation - -Caffe is released under the [BSD 2-Clause license](https://github.com/BVLC/caffe/blob/master/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} - } +# Batch Normalization Layer for Caffe