We have released Neural Network Libraries v1.38.0!
Please see “Spotlight” for important changes.
Spotlight
opset 14 importer support
We have added support for opset14 in this release.
It includes new layers such as HardSwish
and Trilu
introduced in opset14.
We have also added support for attributes like training_mode
in BatchNormalization
and allowzero
in Reshape
.
Please refer to readthedocs for the current converter support status:
https://nnabla.readthedocs.io/en/latest/python/file_format_converter/Function-Level_Support_Status.html
nnabla
Bugfix
Build
- upgrade tensorflow to 2.14 to avoid numpy issue
- add -x parameter for nnabla_cli function_info
- limit pytest version
- Sync API level with filtering out Einsum
- replace blockdiag with graphviz