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...