Jeff Donahue
e10fb59ccd
make solver_mode an enum with CPU and GPU -- fully backwards compatible
...
with old 0/1 style
2014-05-09 14:50:05 -07:00
Jeff Donahue
451d7e8df4
note bug in cifar10 full with CPU computation
2014-05-06 11:59:25 -07:00
Jeff Donahue
24f7318ef2
replace old cifar full with within channel LRN (per cuda-convnet
...
layers-18pct) -- slightly slower (5000 iters now takes 6:57; took 6:43
previously), but slightly more accurate (exactly 82% test accuracy; got
81.65% before)
2014-04-08 11:36:18 -07:00
Jeff Donahue
824c34483e
merge LRNMapLayer into LRNLayer with norm_region proto field
2014-04-08 11:36:18 -07:00
Jeff Donahue
4c81ee54af
fix some param bugs
2014-04-08 11:36:18 -07:00
Jeff Donahue
42b832c2e8
add cifar example using LRN_MAP (just like the cuda-convnet layers-18pct
...
architecture) instead of LRN
2014-04-08 11:36:18 -07:00
Jeff Donahue
8198585b4a
rollback previous commit adding version number to NetParameter -- going
...
a different route
2014-03-27 23:42:29 -07:00
Jeff Donahue
23bfeeb143
add NetParameter required version number as breaking change for
...
V0NetParameter
2014-03-27 23:42:29 -07:00
Jeff Donahue
fafa50564b
upgrade remaining prototxts
2014-03-27 23:42:28 -07:00
Jeff Donahue
1fbb5bb3c8
convert existing models to new format (used tools/upgrade_net_proto with
...
no manual editing)
2014-03-27 23:42:28 -07:00
Evan Shelhamer
6db92e838b
Standardize copyright, add root-level CONTRIBUTORS credit
2014-03-27 11:20:35 -07:00
Evan Shelhamer
9312fe0be2
fix cifar10 leveldb creation path
2014-03-19 22:13:24 -07:00
Evan Shelhamer
da3c9972bf
Draft CIFAR-10 doc and cleanup example
...
This is a work-in-progress. A full tutorial should be written up at
some point.
2014-03-17 23:10:45 -07:00