JA

Released Neural Network Libraries v1.31.0!

Friday, October 14, 2022

Release

Posted by shin

We have released Neural Network Libraries v1.31.0!
nnabla-rl v0.12.0, nnabla-nas v0.13.0 and nnabla-browser v0.2.0 are also released!

Spotlight

nnabla-rl v0.12.0 is released!

nnabla-rl v0.12.0 is released! In v0.12.0, we have added latest deep RL algorithms such as QRSAC and REDQ! We have also added optimal control algorithms iLQR and MPPI in this new release. From v0.12.0, visualization of training graphs and training curves with nnabla-browser is also supported.


Try nnabla-rl with:

$ pip install nnabla-rl

Check also the release note of nnabla-rl for details.

[XAI]Attention Branch Network (ABN) example

We have implemented colab interactive demo for Attention Branch Network, which extends a response-based visual explanation and accuracy improvement. It is realized by applying the focus area obtained from explanation to Attention mechanism.

Name Notebook Task
Attention Branch Network Open In Colab Visualization

Add tutorials for fairness in machine learning

We have added two colab demos to our fairness tutorial for bias mitigation algorithm. Prejudice Remover Regularizer mitigates bias on training, and Rejection Option-based classification mitigates bias on post-processing.

Name Notebook Task
Prejudice Remover Regularizer for Images Open In Colab Model Bias Check and Mitigation
Rejection Option-based Classification for image Open In Colab Bias mitigation

Improve Diffusion Probabilistic Model (DPM) example

We have added faster sampling methods and conditional generation methods in Diffusion Model exmample. Please see the PRs below for more details.
ODE-based sampler for faster inference
class conditional and Cascaded DPM

file

 


 

nnabla

Core

OP layer

Bugfix

Build

Format Converter

Examples

Known Issues

 


 

nnabla-RL

Bugfix

Core

Utility

Documentation

Build

 


 

nnabla-browser

Bugfix

 


 

nnabla-NAS

Core

Bugfix

Build