Vitaliy Lyudvichenko
fb66acb6c8
API refactoring
...
renamed learnedParams blobs field
added new fields: name and type for Layer
10 years ago
Vitaliy Lyudvichenko
06f949a590
Added initModule() procedure to explicitly init builtin layers
10 years ago
Vitaliy Lyudvichenko
db4ff2172a
Updated classification example
10 years ago
Vitaliy Lyudvichenko
527fa656a5
Rewrited concat_layer.cpp in OpenCV-style. Fixed slice layer, added test for slice, split and reshape layers.
10 years ago
Vitaliy Lyudvichenko
ec74678920
Added element-wise layers. Fixed downloader and ConcatLayer.
10 years ago
Vitaliy Lyudvichenko
0ebe30a362
Blob class was significantly refactored
10 years ago
Vitaliy Lyudvichenko
983823468d
Some layer fixes. Added concat layer and avg. pooling to sucesfully run GoogLeNet.
...
Added concat layer, implemented average pooling to run GoogLeNet.
Fixed transpose error in FullyConnected layer (hotfix in softmax layer).
Added GoogleNet test and updated AlexNet test (both nets now work fine).
10 years ago