We have released Neural Network Libraries 1.2.0! Pre-trained DeepLabV3+ model API has been added!
Spotlight
Add DeepLabV3+ model as a pretrained model API
DeepLabV3+ is a state-of-the-art model for semantic segmentation, and is now readily available with pre-trained model API!
Layers
Build
Utilities
-
Add an option to keep source device and dtype in NdArray.copy_from
-
Fix callback import error and dcm-specified function obtained by call…
Examples
Bug Fix / Documentation
- [Fix] Glorot Initializer
-
Fix unsafe usage of contextmanager in auto_forward & resolve pytest fail
-
fix convolution segv caused by cudaEvent_t instance variables
- remove unused import lines
Notice for Dropping Support for Python 2
- The Python core team plans to deprecate Python 2 support in 2020.
NNabla project is currently supporting both Python 2 and Python 3 in parallel, but we are planing to drop support for Python 2 eventually. - Our current plan is as follows:
Until December 31, 2019, NNabla will fully support both Python2 and Python3.
After January 1, 2020, NNabla will support Python3 only and will cease to support Python 2.