index
:
platform/upstream/caffeonacl
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_unified
armcl-v18.11
master
sandbox/daeinki/armcl-v18.08
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
Domain: Machine Learning / ML Framework; Licenses: BSD-2-Clause;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
caffe
/
test
/
test_net.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-03
Add level and stages to Net constructor
Luke Yeager
1
-0
/
+128
2016-04-04
test_net.cpp: add TestForcePropagateDown
Jeff Donahue
1
-0
/
+102
2016-02-25
drop Net inputs + Forward with bottoms
Evan Shelhamer
1
-43
/
+35
2015-09-23
[test] TestReshape: check that shapes actually change
Evan Shelhamer
1
-2
/
+14
2015-09-23
[test] TestReshape: expect instead of check
Evan Shelhamer
1
-2
/
+2
2015-09-23
[test] TestReshape: check small then large
Evan Shelhamer
1
-2
/
+4
2015-08-07
Net: add learnable_params_ used by solvers to correctly handle shared params
Jeff Donahue
1
-18
/
+11
2015-06-16
fixed two bugs with prototext format
Dylan Paiton
1
-4
/
+7
2015-05-15
Added "propagate_down" param to LayerParameter
manuele
1
-0
/
+145
2015-03-03
Test{Net,Solver} fixes for AccuracyLayer generalization
Jeff Donahue
1
-8
/
+9
2015-02-17
give phase to Net and Layer
Evan Shelhamer
1
-14
/
+0
2015-02-05
add message ParamSpec to replace param name, blobs_lr, weight_decay, ...
Jeff Donahue
1
-172
/
+208
2015-02-05
Layer type is a string
Jeff Donahue
1
-129
/
+129
2014-12-30
[tests] don't use Gaussian labels in NetTest's TinyNet
Jonathan L Long
1
-0
/
+4
2014-10-11
fix flaky test EXPECT_EQ code, using EXPECT_FLOAT_NEAR per Jeff
Yangqing Jia
1
-5
/
+5
2014-10-02
save/restore shared weights unit test
Jeff Donahue
1
-0
/
+48
2014-10-02
[fix] comment typo
Jeff Donahue
1
-1
/
+1
2014-09-18
test net reshaping
Jonathan L Long
1
-0
/
+121
2014-09-03
Move transform param one level up in the proto to reduce redundancy
Kai Li
1
-12
/
+12
2014-08-21
Refactor DataLayer using a new DataTransformer
TANGUY Arnaud
1
-4
/
+12
2014-08-15
Add "not_stage" to NetStateRule to exclude NetStates with certain
Jeff Donahue
1
-0
/
+63
2014-08-13
Make multiple losses work by inserting split layers and add some tests for it.
Jeff Donahue
1
-15
/
+221
2014-08-13
Generalize loss by allowing any top blob to be used as a loss in which
Jeff Donahue
1
-100
/
+43
2014-08-13
Add net tests for loss_weight.
Jeff Donahue
1
-13
/
+153
2014-08-06
LICENSE governs the whole project so strip file headers
Evan Shelhamer
1
-2
/
+0
2014-08-04
Fix header alphabetization lint errors.
Jeff Donahue
1
-3
/
+2
2014-08-02
Add tests for phase filtering according to Caffe singleton phase
Jeff Donahue
1
-5
/
+21
2014-07-29
Add unit tests and skeleton code for Net/Solver filtering functionality.
Jeff Donahue
1
-0
/
+820
2014-07-18
test consistency of From/To Forward/Backward
Jonathan L Long
1
-0
/
+34
2014-07-15
Another bugfix related to my CPU/GPU test changes: make NetTest a
Jeff Donahue
1
-1
/
+1
2014-07-15
Add Net Test to verify correct param_propagate_down behavior.
Jeff Donahue
1
-8
/
+111
2014-07-14
Move test headers to include/.
Jeff Donahue
1
-125
/
+45
2014-06-26
change weight blob field name to param
Evan Shelhamer
1
-8
/
+8
2014-06-26
weight sharing
Jeff Donahue
1
-0
/
+469
2014-06-26
force_backward works properly with non-backproppable things
Jeff Donahue
1
-0
/
+73
2014-06-26
change Backward interface: propagate_down is a vector -- use to fix
Jeff Donahue
1
-7
/
+136
2014-06-19
Modified test_net to check loss layer with top
Sergio
1
-0
/
+3
2014-06-12
make test_net use DUMMY_DATA instead of leveldb
Jeff Donahue
1
-65
/
+36
2014-03-27
rollback previous commit adding version number to NetParameter -- going
Jeff Donahue
1
-1
/
+0
2014-03-27
add NetParameter required version number as breaking change for
Jeff Donahue
1
-0
/
+1
2014-03-27
fix test_net for refactor
Jeff Donahue
1
-35
/
+23
2014-03-27
Standardize copyright, add root-level CONTRIBUTORS credit
Evan Shelhamer
1
-1
/
+1
2014-03-19
Fix cpplint errors for Net, its tests and feature related 3 examples
Kai Li
1
-11
/
+9
2014-03-19
Use lowercase underscore naming convention for Net blob & layer getters
Kai Li
1
-17
/
+18
2014-03-19
Add and test Net::HasLayer and GetLayerByName
Kai Li
1
-0
/
+149