We have released Neural Network Libraries v.1.0.19!
We have added 1-D linear and nearest neighbor interpolation, new solvers like AdamW and SGDW, along with other updates!
Breaking backward compatibility
Models
- [Models] auto-forward support and modified parameter loading method.
- [Models] Add Alias to Pretrained Models
Operation layer
Build
Doc
- [Tutorial] Add Finetuning Tutorial Using Pre-trained Models
-
Added links in the documentation to download nnp files
release-note-nnabla-models - add function info related doc
Bugfix
- [Fix] Force parameter shape as ints for backward compatibility
- Test basic ops for NdArray with size 0.
- Allow no –label option in nnabla_cli plot_series