New
Bug fix
Now we are announcing v1.0.0a3. Thanks for all great contributors! This release includes the following changes from v1.0.0a2:
Bug fix
- Convolutional layer with
padding::samemode doesn't work #332 fixed by @nyanp - Segmentation fault at MinGW build #203 #281 fixed by @nyanp
- NNPACK backend doesn't work #398 fixed by @azsane
Improvements
- Remove compiler warnings & improve CMakeLists #387 by @beru
- Improve memory consumption #410 by @beru
- Improve unit tests #408 by @Randl
- Subtle speed optimization #419 by @beru
- Refactor serialization type & size type #407, #422 by @Randl and @edgarriba
- Improve compilation time by splitting serialiation/deserialization #421 by @beru
Docs&Comments
- Add comments to layer class #424 by @edgarriba
- Fix typo in comments #404 by @MikalaiDrabovich
Toward v1.0.0
The first version of tensor is merged into tiny-dnn (#411 #417 #418 by @pansk @Randl and @edgarriba). It isn't integrated with tiny-dnn layers yet, but it's the starting point of the GPU tiny-dnn.