JA

NNabla now supports Python3

Saturday, July 22, 2017

News

Posted by Takuya Narihira

We have released version 0.9.2 of our neural network libraries (NNabla). It contains some bug fixes, speed improvements, and additional functions, as well as Python3 support! (Release notes: nnabla, nnabla-ext-cuda)
For users who have already installed the version 0.9.1, it is recommended to update NNabla with

pip install -U nnabla
pip install -U nnabla-ext-cuda

To get the Python3 version, users can also install NNabla with pip (installation instruction).

To summarize, NNabla now supports the following platforms

  • Python 2.7, 3.4, 3.5 and 3.6
  • Linux and Windows (Note that Python 3.4 is not available on Windows)