projects
/
platform
/
upstream
/
caffeonacl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/caffeonacl.git
2014-05-10
Jeff Donahue
lint and two test_iters in lenet_consolidated_solver
commit
|
commitdiff
|
tree
|
snapshot
2014-05-10
Tobias Domhan
multiple test_iter
commit
|
commitdiff
|
tree
|
snapshot
2014-05-10
Jeff Donahue
add a lenet example of specifying train/test net direct...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-10
Jeff Donahue
allow multiple test nets
commit
|
commitdiff
|
tree
|
snapshot
2014-05-10
Jeff Donahue
log {Net,Solver}Parameters on Init
commit
|
commitdiff
|
tree
|
snapshot
2014-05-10
Jeff Donahue
specify NetParameters directly in the SolverParameter
commit
|
commitdiff
|
tree
|
snapshot
2014-05-09
Evan Shelhamer
Merge pull request #403 from jeffdonahue/solver-mode...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-09
Jeff Donahue
make solver_mode an enum with CPU and GPU -- fully...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-07
Jeff Donahue
Merge pull request #396 from longjon/math-includes
commit
|
commitdiff
|
tree
|
snapshot
2014-05-07
Jonathan L...
improve includes in util/math_function.hpp
commit
|
commitdiff
|
tree
|
snapshot
2014-05-06
Jeff Donahue
note bug in cifar10 full with CPU computation
commit
|
commitdiff
|
tree
|
snapshot
2014-05-02
Evan Shelhamer
Merge pull request #294 from longjon/memory-data-layer
commit
|
commitdiff
|
tree
|
snapshot
2014-05-02
Jonathan L...
fix lint error in syncedmem.hpp
commit
|
commitdiff
|
tree
|
snapshot
2014-05-02
Jonathan L...
pycaffe: allow 1d labels to be passed to set_input_arrays
commit
|
commitdiff
|
tree
|
snapshot
2014-05-02
Jonathan L...
pycaffe: add Net.set_input_arrays for input from numpy
commit
|
commitdiff
|
tree
|
snapshot
2014-05-02
Jonathan L...
pycaffe: store a shared_ptr<CaffeNet> in SGDSolver
commit
|
commitdiff
|
tree
|
snapshot
2014-05-02
Jonathan L...
pycaffe: let boost pass shared_ptr<CaffeNet>
commit
|
commitdiff
|
tree
|
snapshot
2014-05-02
Jonathan L...
add basic tests for MemoryDataLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-05-02
Jonathan L...
add size accessors to MemoryDataLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-05-02
Jonathan L...
add MemoryDataLayer for reading input from contiguous...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-02
Jonathan L...
add set_cpu_data to Blob and SyncedMemory
commit
|
commitdiff
|
tree
|
snapshot
2014-04-30
Jeff Donahue
Merge pull request #378 from longjon/no-merge-duplicates
commit
|
commitdiff
|
tree
|
snapshot
2014-04-30
Jonathan L...
note the last added layer/params in caffe.proto to...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-30
Evan Shelhamer
Merge pull request #377 from sguada/fix_initial_test
commit
|
commitdiff
|
tree
|
snapshot
2014-04-30
Sergio Guadarrama
Keep uniform test messages for all the test
commit
|
commitdiff
|
tree
|
snapshot
2014-04-29
Jeff Donahue
rollback 8368818, does not build
commit
|
commitdiff
|
tree
|
snapshot
2014-04-29
Sergey Karayev
Add Sublime Text project settings to gitignore
commit
|
commitdiff
|
tree
|
snapshot
2014-04-29
Sergey Karayev
Handling CUBLAS_STATUS_NOT_SUPPORTED to suppress warning
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Jeff Donahue
Merge pull request #370 from shelhamer/test-net-polish
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Evan Shelhamer
fix test_net to upgrade params from v0 if needed
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Evan Shelhamer
default test net device to 0 and log device chosen
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Jeff Donahue
set seed in neuron and power layer tests for determinis...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Jeff Donahue
Merge pull request #367 from shelhamer/randomize-test...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Evan Shelhamer
proofreading and trivial polish
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Evan Shelhamer
add device id arg to test_net (fix #232)
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Jeff Donahue
Merge pull request #303 from longjon/hinge-loss-layer
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Jeff Donahue
Merge pull request #368 from shelhamer/fix-data-layer...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Evan Shelhamer
scope data layer sequence tests to avoid leveldb contention
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Evan Shelhamer
set phase in dropout tests
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Evan Shelhamer
randomize order of test execution by make runtest
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Jeff Donahue
Merge pull request #366 from shelhamer/test-phase-fix
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Evan Shelhamer
set TRAIN in CommonTest.TestPhase
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Jonathan L...
test HingeLossLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-04-25
Jonathan L...
make gradient checker's kink use feature absolute value
commit
|
commitdiff
|
tree
|
snapshot
2014-04-25
Jonathan L...
add HingeLossLayer for one-vs-all hinge loss
commit
|
commitdiff
|
tree
|
snapshot
2014-04-25
Evan Shelhamer
Merge pull request #365 from longjon/pycaffe-empty...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-25
Jonathan L...
pycaffe: add unary CaffeNet constructor for uninitializ...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-25
Evan Shelhamer
Merge pull request #363 from jeffdonahue/speedup-gradie...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-25
Jeff Donahue
eltwise gradient checker
commit
|
commitdiff
|
tree
|
snapshot
2014-04-25
Jeff Donahue
move analytic gradient computation outside loop and...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-25
Evan Shelhamer
Merge pull request #364 from niuzhiheng/dev
commit
|
commitdiff
|
tree
|
snapshot
2014-04-25
Evan Shelhamer
note pydot dependency of model visualization
commit
|
commitdiff
|
tree
|
snapshot
2014-04-25
ZhiHeng NIU
Update the drawnet.py to reflect the recent revised...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-24
Evan Shelhamer
Merge pull request #352 from jeffdonahue/solver-seed
commit
|
commitdiff
|
tree
|
snapshot
2014-04-24
Evan Shelhamer
Merge pull request #357 from jeffdonahue/test-on-iter-0
commit
|
commitdiff
|
tree
|
snapshot
2014-04-24
Jeff Donahue
test on "0th iteration" -- before doing any training
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
add caffe/random_fn lint rule to check for use of rand...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
replace std::shuffle with version using prefetch rng...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
replace remaining uses of rand() with caffe_rng_rand()
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
prefetch_rng in window_data_layer
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
prefetch_rng in ImageDataLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
test scale param
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
make seed test pass by setting up new layer to generate...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
cleanup data_layer, add prefetch_rng_ field to it and...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
add tests for random crop sequence -- currently both...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
add data layer crop tests
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
add random_seed field to SolverParameter and have solve...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
add forward tests (via reference impl) for SigmoidCross...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-22
Evan Shelhamer
Merge pull request #350 from longjon/finicky-exhaustive
commit
|
commitdiff
|
tree
|
snapshot
2014-04-22
Jonathan L...
make CheckGradientExhaustive fail for topless layers
commit
|
commitdiff
|
tree
|
snapshot
2014-04-22
Evan Shelhamer
Merge pull request #348 from jeffdonahue/datalayer...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-22
Jeff Donahue
do the same as prev commit for ImageDataLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-04-22
Jeff Donahue
fix bug where DataLayerPrefetch creates its own Caffe...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-21
Evan Shelhamer
Comment current forward/backward responsibilities
commit
|
commitdiff
|
tree
|
snapshot
2014-04-21
Evan Shelhamer
Proofread install docs
commit
|
commitdiff
|
tree
|
snapshot
2014-04-20
Evan Shelhamer
Merge pull request #339 from sergeyk/dev
commit
|
commitdiff
|
tree
|
snapshot
2014-04-20
Sergey Karayev
installation doc update
commit
|
commitdiff
|
tree
|
snapshot
2014-04-19
Evan Shelhamer
Merge pull request #336 from jeffdonahue/fix-rng-segfault
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Evan Shelhamer
fix examples path in mnist leveldb sh
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Jeff Donahue
Merge pull request #332 from jeffdonahue/share-trained...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Jeff Donahue
remove now unused set_generator and related code
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Jeff Donahue
pass caffe rng ref into variate_generator constructor...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Jeff Donahue
remove unnecessary return from void set_generator
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jeff Donahue
add ShareTrainedLayersWith method and use for test...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Evan Shelhamer
Merge pull request #330 from jeffdonahue/mnist-autoenco...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jeff Donahue
change to correct next layer id for merge
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jeff Donahue
clear sigmoid top vec at initialization
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jeff Donahue
add sigmoid cross ent layer unit tests
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jeff Donahue
mnist_autoencoder_solver cleanup
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jeff Donahue
change lenet dir to 'mnist' in docs
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Jeff Donahue
make solver able to compute and display test loss
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Jeff Donahue
mnist autoencoder test proto bugfix: add sigmoid layer...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Jeff Donahue
enable DataLayer to output unlabeled data
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Jeff Donahue
add mnist autoencoder example necessities (sigmoid...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Jeff Donahue
rename lenet dir to mnist
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Evan Shelhamer
Give choice of ATLAS, MKL, and OpenBLAS (with option...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Evan Shelhamer
rename python include config var to match lib
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Evan Shelhamer
Merge pull request #325 from AlOa/OpenBlas
commit
|
commitdiff
|
tree
|
snapshot
2014-04-14
AlOa
Add possibility to use OpenBlas
commit
|
commitdiff
|
tree
|
snapshot
2014-04-13
Evan Shelhamer
Merge pull request #318 from jeffdonahue/blob-copy...
commit
|
commitdiff
|
tree
|
snapshot
next