projects
/
platform
/
upstream
/
caffe.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/caffe.git
2015-05-30
Evan Shelhamer
Merge pull request #2511 from flx42/fix_illegal_mode_ch...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Evan Shelhamer
Merge pull request #1977 from shelhamer/accum-grad
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Jeff Donahue
Merge pull request #2410 from sguada/datum_transform
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Evan Shelhamer
Merge pull request #2294 from TorosFanny/master
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
TorosFanny
[example] fix path for diff in net surgery
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Evan Shelhamer
Merge pull request #2240 from nsubtil/cmake-build-depen...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Evan Shelhamer
Merge pull request #2468 from Nerei/feature/minor_fix_i...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Evan Shelhamer
Merge pull request #2493 from longjon/sketchy-cuda...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Evan Shelhamer
Merge pull request #2514 from norouzi/master
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Evan Shelhamer
Merge pull request #2505 from ronghanghu/matcaffe3
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Ronghang Hu
More tests for Blob, Layer, copy_from and step, fix...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Ronghang Hu
Fix automatic header file dependency for MatCaffe
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Ronghang Hu
Move demo to demo/ and check weights file existence
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Ronghang Hu
Clean up old matcaffe wrapper and rename caffe.reset...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Ronghang Hu
Add MatCaffe docs to docs/tutorial/interfaces.md
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Ronghang Hu
Aesthetic changes on code style and some minor fix
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Ronghang Hu
Fix matlab tailing dimension 1 issue for shape match
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Ronghang Hu
MatCaffe3 : a powerful matlab interface for caffe
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Evan Shelhamer
directly normalize accumulated gradients
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Evan Shelhamer
test equivalence of solving with accumulating gradients
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Evan Shelhamer
adjust local learning rate and decay according to gradi...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Jonathan L...
accumulate gradients in cudnn conv layer
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Jonathan L...
accumulate gradients in (de)conv layers
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Sergio
accumulate gradients in inner product layer
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Jonathan L...
zero-init param diffs in gradient checker
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Jonathan L...
zero-init param diffs and accumulate gradients
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Jeff Donahue
Merge pull request #2518 from shelhamer/dedup_solvers
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Evan Shelhamer
Solver::MakeUpdate() -> Solver::ApplyUpdate
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Mohammad Norouzi
fix the bug with db_type when the number of features...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Evan Shelhamer
deduplicate decay and local rate in solver updates
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Cyprien Noel
Refactor solvers regularization and logging code
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Mohammad Norouzi
add leading zeros to keys in feature DB files
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Felix Abecassis
Make class MultinomialLogisticLossLayerTest derive...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Felix Abecassis
Make class CuDNNSoftmaxLayerTest derive from GPUDeviceTest
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Felix Abecassis
Make class DummyDataLayerTest derive from CPUDeviceTest
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Felix Abecassis
Make class CuDNNPoolingLayerTest derive from GPUDeviceTest
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Felix Abecassis
Make class CuDNNConvolutionLayerTest derive from GPUDev...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Felix Abecassis
Make class ArgMaxLayerTest derive from CPUDeviceTest
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Felix Abecassis
Make class CuDNNNeuronLayerTest derive from GPUDeviceTest
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Felix Abecassis
Make class AccuracyLayerTest derive from CPUDeviceTest
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Felix Abecassis
Make class Im2colKernelTest derive from GPUDeviceTest
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Felix Abecassis
Add classes GPUDeviceTest and CPUDeviceTest.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Felix Abecassis
Split class StochasticPoolingLayerTest into CPUStochast...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Evan Shelhamer
Merge pull request #1946 from nickcarlevaris/msra_init
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Evan Shelhamer
include comment on Saxe and sqrt(2) scaling factor
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Nick Carlevaris...
Added MSRAFiller, an Xavier-like filler designed for...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Felix Abecassis
Split class MathFunctionsTest into CPUMathFunctionsTest...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Felix Abecassis
Refactor types FloatCPU and DoubleCPU into a new type...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-22
Evan Shelhamer
Merge pull request #2486 from tiangolo/ipython-notebook-v4
commit
|
commitdiff
|
tree
|
snapshot
2015-05-22
Sebastián Ramírez
Update python/requirements.txt to have ipython>=3.0.0
commit
|
commitdiff
|
tree
|
snapshot
2015-05-20
Jonathan L...
more const in LRN layer CUDA kernels
commit
|
commitdiff
|
tree
|
snapshot
2015-05-20
Jonathan L...
more const in pooling layer CUDA kernels
commit
|
commitdiff
|
tree
|
snapshot
2015-05-20
Jonathan L...
avoid dangerous state in LRN layer CUDA kernels
commit
|
commitdiff
|
tree
|
snapshot
2015-05-20
Jonathan L...
avoid dangerous state in pooling layer CUDA kernels
commit
|
commitdiff
|
tree
|
snapshot
2015-05-19
Evan Shelhamer
Merge pull request #2488 from kibum14/master
commit
|
commitdiff
|
tree
|
snapshot
2015-05-19
Kibum Bae
fix typos in docs
commit
|
commitdiff
|
tree
|
snapshot
2015-05-19
Evan Shelhamer
Merge pull request #2484 from ronghanghu/fix-caffe...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-18
Evan Shelhamer
Merge pull request #2482 from longjon/clean-message...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-18
Sebastián Ramírez
Update IPython Notebooks to version 4
commit
|
commitdiff
|
tree
|
snapshot
2015-05-18
Ronghang Hu
fix blob_loss_weights index in test() in caffe.cpp
commit
|
commitdiff
|
tree
|
snapshot
2015-05-18
Jonathan L...
clean up redundant message comments
commit
|
commitdiff
|
tree
|
snapshot
2015-05-16
Jeff Donahue
Merge pull request #2466 from ducha-aiki/mvn-less
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Jeff Donahue
Merge pull request #2095 from mtamburrano/skip_propagat...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Jon Long
Merge pull request #2467 from MartinThoma/moose
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Anatoly Baksheev
minor fix in cmake.config generation - do not force...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Martin Thoma
Python: Formatted docstrings to numpydoc (Take, Give...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Dmytro Mishkin
Remove unnecessary variance computation from backward...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
manuele
Added "propagate_down" param to LayerParameter
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Jeff Donahue
Merge pull request #2274 from Ashwani001/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Ashwani001
Update generate_sample_data.py
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Evan Shelhamer
Merge pull request #2201 from jeffdonahue/tutorial...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Jeff Donahue
Update docs for ND blobs (#1970) and layer type is...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Jeff Donahue
Merge pull request #2217 from jeffdonahue/ssafar-reshap...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Jeff Donahue
Add ReshapeParameter axis and num_axes to reshape only...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Jeff Donahue
basic tests (Forward, Gradient) for ReshapeLayer
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Jeff Donahue
ReshapeLayer fixups for ND blobs
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Simon Safar
Added a Reshape layer for copying-free modification...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Jeff Donahue
Merge pull request #2177 from pgao/spp_layer
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
PETER_GAO
Spatial Pyramid Pooling Layer
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
Jeff Donahue
Merge pull request #2115 from longjon/bogus-cross-entro...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
Jonathan L...
remove bogus implementation of SigmoidCrossEntropyLossL...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
Jeff Donahue
Merge pull request #1969 from tnarihi/fix-empty-param_name
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
Jeff Donahue
Merge pull request #2168 from longjon/spurious-net...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
Jeff Donahue
Merge pull request #2165 from longjon/auto-reshape
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
Jon Long
Merge pull request #2072 from jeffdonahue/final-snapsho...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
Jeff Donahue
Merge pull request #2456 from longjon/python-layer...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
Jeff Donahue
Merge pull request #2457 from longjon/superfluous-destr...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
Jonathan L...
remove superfluous empty destructors
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
Takuya Narihira
[pycaffe] use bp::object instead of PyObject* for self...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-12
Evan Shelhamer
Merge pull request #2321 from nickcarlevaris/contrastiv...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-11
Jon Long
Merge pull request #2441 from gustavla/py3-fix
commit
|
commitdiff
|
tree
|
snapshot
2015-05-11
Evan Shelhamer
Merge pull request #2443 from MartinThoma/master
commit
|
commitdiff
|
tree
|
snapshot
2015-05-11
Martin Thoma
python: PEP8; changed docstring documentation style...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-11
Gustav Larsson
This imports the wrong io module in Python 3.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-07
Jeff Donahue
Merge pull request #2426 from longjon/check-blob-overflow
commit
|
commitdiff
|
tree
|
snapshot
2015-05-07
Jonathan L...
check that count_ does not overflow in Blob::Reshape
commit
|
commitdiff
|
tree
|
snapshot
2015-05-05
Jeff Donahue
Merge pull request #2414 from tnarihi/fix-prelu-redanduncy
commit
|
commitdiff
|
tree
|
snapshot
2015-05-04
Takuya Narihira
Modify for better readability regarding temporary bufff...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-04
Takuya Narihira
Fix redundancy of parameter backward computation
commit
|
commitdiff
|
tree
|
snapshot
2015-05-04
Nick Carlevaris...
Added support for original implementation, using (margi...
commit
|
commitdiff
|
tree
|
snapshot
next