Skip to content

Releases: sony/nnabla-ext-cuda

Version 1.0.12 Release

15 Feb 10:30
db1e5e8
Compare
Choose a tag to compare

Install the latest nnabla by:

pip install nnabla
pip install nnabla_ext_cuda  # For CUDA users

Users with python <= 3.4 may experience errors with pip install nnabla and pip install nnabla-ext-cuda.
■ Workaround
Please install matplotlib == 2.2.3 and re-install nnabla, nnabla_ext_cuda.

pip install matplotlib==2.2.3
pip install nnabla
pip install nnabla_ext_cuda

Note that CUDA 9.2 and cuDNN 7.3 are set as default if versions are not specified. You can also install the cuda extension with specific versions from one of the following. See also FAQ

  • nnabla-ext-cuda80 (CUDA 8.0 x cuDNN 7.1)
  • nnabla-ext-cuda90 (CUDA 9.0 x cuDNN 7.3(win), 7.4(linux))
  • nnabla-ext-cuda92 (CUDA 9.2 x cuDNN 7.3(win), 7.4(linux))
  • nnabla-ext-cuda100 (CUDA 10.0 x cuDNN 7.3(win), 7.4(linux))
pip install nnabla
pip install nnabla_ext_cuda92  # For CUDA 9.2 x cuDNN 7.3 users

Additional setup may be required depending on your OS or environment. Please check Python Package Installation Guide for details.

Install Guide

To use C++ inference feature, follow the demonstration on MNIST inference in C++.

Demonstration

For distributed training, you need to build a binary from source. See the guide for building multi-GPU training package.

Build Guide

Version v1.0.11 Release

01 Feb 04:06
aba15c9
Compare
Choose a tag to compare

Install the latest nnabla by:

pip install nnabla
pip install nnabla_ext_cuda  # For CUDA users

Users with python <= 3.4 may experience errors with pip install nnabla and pip install nnabla-ext-cuda.
■ Workaround
Please install matplotlib == 2.2.3 and re-install nnabla, nnabla_ext_cuda.

pip install matplotlib==2.2.3
pip install nnabla
pip install nnabla_ext_cuda

Note that CUDA 9.2 and cuDNN 7.3 are set as default if versions are not specified. You can also install the cuda extension with specific versions from one of the following. See also FAQ

  • nnabla-ext-cuda80 (CUDA 8.0 x cuDNN 7.1)
  • nnabla-ext-cuda90 (CUDA 9.0 x cuDNN 7.3)
  • nnabla-ext-cuda92 (CUDA 9.2 x cuDNN 7.3)
  • nnabla-ext-cuda100 (CUDA 10.0 x cuDNN 7.3)
pip install nnabla
pip install nnabla_ext_cuda92  # For CUDA 9.2 x cuDNN 7.3 users

Additional setup may be required depending on your OS or environment. Please check Python Package Installation Guide for details.

Install Guide

To use C++ inference feature, follow the demonstration on MNIST inference in C++.

Demonstration

For distributed training, you need to build a binary from source. See the guide for building multi-GPU training package.

Build Guide

Version 1.0.10 Release

26 Nov 09:23
2a1eab7
Compare
Choose a tag to compare

Version 1.0.8 Release

05 Oct 04:20
2a1eab7
Compare
Choose a tag to compare
Merge pull request #113 from sony/feature/20181114-fix-multi-gpu-docker

Add openmpi-bin to Multi-GPU docker.

Version 1.0.9 Release

08 Nov 07:11
6e05320
Compare
Choose a tag to compare

Install the latest nnabla by:

pip install nnabla
pip install nnabla_ext_cuda  # For CUDA users

Users with python <= 3.4 may experience errors with pip install nnabla and pip install nnabla-ext-cuda.
■ Workaround
Please install matplotlib == 2.2.3 and re-install nnabla, nnabla_ext_cuda.

pip install matplotlib==2.2.3
pip install nnabla
pip install nnabla_ext_cuda

Note that CUDA 9.2 and cuDNN 7.3 are set as default if versions are not specified. You can also install the cuda extension with specific versions from one of the following. See also FAQ

  • nnabla-ext-cuda80 (CUDA 8.0 x cuDNN 7.1)
  • nnabla-ext-cuda90 (CUDA 9.0 x cuDNN 7.3)
  • nnabla-ext-cuda92 (CUDA 9.2 x cuDNN 7.3)
  • nnabla-ext-cuda100 (CUDA 10.0 x cuDNN 7.3)
pip install nnabla
pip install nnabla_ext_cuda92  # For CUDA 9.2 x cuDNN 7.3 users

Additional setup may be required depending on your OS or environment. Please check Python Package Installation Guide for details.

Install Guide

To use C++ inference feature, follow the demonstration on MNIST inference in C++.

Demonstration

For distributed training, you need to build a binary from source. See the guide for building multi-GPU training package.

Build Guide

Version 1.0.7 Release

28 Sep 00:22
b23f40b
Compare
Choose a tag to compare

Install the latest nnabla by:

pip install nnabla
pip install nnabla_ext_cuda  # For CUDA users

Users with python <= 3.4 may experience errors with pip install nnabla and pip install nnabla-ext-cuda.
■ Workaround
Please install matplotlib == 2.2.3 and re-install nnabla, nnabla_ext_cuda.

pip install matplotlib==2.2.3
pip install nnabla
pip install nnabla_ext_cuda

Note that CUDA 9.2 and cuDNN 7.2 are set as default if versions are not specified. You can also install the cuda extension with specific versions from one of the following. See also FAQ

  • nnabla-ext-cuda80 (CUDA 8.0 x cuDNN 7.2)
  • nnabla-ext-cuda90 (CUDA 9.0 x cuDNN 7.2)
  • nnabla-ext-cuda91 (CUDA 9.1 x cuDNN 7.1)
  • nnabla-ext-cuda92 (CUDA 9.2 x cuDNN 7.2)
pip install nnabla
pip install nnabla_ext_cuda92  # For CUDA 9.2 x cuDNN 7.2 users

Additional setup may be required depending on your OS or environment. Please check Python Package Installation Guide for details.

Install Guide

To use C++ inference feature, follow the demonstration on MNIST inference in C++.

Demonstration

For distributed training, you need to build a binary from source. See the guide for building multi-GPU training package.

Build Guide

Version 1.0.6 Release

21 Sep 10:52
7473704
Compare
Choose a tag to compare

Install the latest nnabla by:

pip install nnabla
pip install nnabla_ext_cuda  # For CUDA users

Note that CUDA 9.2 and cuDNN 7.2 are set as default if versions are not specified. You can also install the cuda extension with specific versions from one of the following. See also FAQ

  • nnabla-ext-cuda80 (CUDA 8.0 x cuDNN 7.2)
  • nnabla-ext-cuda90 (CUDA 9.0 x cuDNN 7.2)
  • nnabla-ext-cuda91 (CUDA 9.1 x cuDNN 7.1)
  • nnabla-ext-cuda92 (CUDA 9.2 x cuDNN 7.2)
pip install nnabla
pip install nnabla_ext_cuda92  # For CUDA 9.2 x cuDNN 7.2 users

Additional setup may be required depending on your OS or environment. Please check Python Package Installation Guide for details.

Install Guide

To use C++ inference feature, follow the demonstration on MNIST inference in C++.

Demonstration

For distributed training, you need to build a binary from source. See the guide for building multi-GPU training package.

Build Guide

Version 1.0.5 Release

14 Sep 01:23
d8fc000
Compare
Choose a tag to compare

Install the latest nnabla by:

pip install nnabla
pip install nnabla_ext_cuda  # For CUDA users

Note that CUDA 9.2 and cuDNN 7.2 are set as default if versions are not specified. You can also install the cuda extension with specific versions from one of the following. See also FAQ

  • nnabla-ext-cuda80 (CUDA 8.0 x cuDNN 7.2)
  • nnabla-ext-cuda90 (CUDA 9.0 x cuDNN 7.2)
  • nnabla-ext-cuda91 (CUDA 9.1 x cuDNN 7.1)
  • nnabla-ext-cuda92 (CUDA 9.2 x cuDNN 7.2)
pip install nnabla
pip install nnabla_ext_cuda92  # For CUDA 9.2 x cuDNN 7.2 users

Additional setup may be required depending on your OS or environment. Please check Python Package Installation Guide for details.

Install Guide

To use C++ inference feature, follow the demonstration on MNIST inference in C++.

Demonstration

For distributed training, you need to build a binary from source. See the guide for building multi-GPU training package.

Build Guide

Version 1.0.4 Release

11 Sep 05:24
3044186
Compare
Choose a tag to compare

Install the latest nnabla by:

pip install nnabla
pip install nnabla_ext_cuda  # For CUDA users

Note that CUDA 9.2 and cuDNN 7.2 are set as default if versions are not specified. You can also install the cuda extension with specific versions from one of the following. See also FAQ

  • nnabla-ext-cuda80 (CUDA 8.0 x cuDNN 7.2)
  • nnabla-ext-cuda90 (CUDA 9.0 x cuDNN 7.2)
  • nnabla-ext-cuda91 (CUDA 9.1 x cuDNN 7.1)
  • nnabla-ext-cuda92 (CUDA 9.2 x cuDNN 7.2)
pip install nnabla
pip install nnabla_ext_cuda92  # For CUDA 9.2 x cuDNN 7.2 users

Additional setup may be required depending on your OS or environment. Please check Python Package Installation Guide for details.

Install Guide

To use C++ inference feature, follow the demonstration on MNIST inference in C++.

Demonstration

For distributed training, you need to build a binary from source. See the guide for building multi-GPU training package.

Build Guide

Version 1.0.3 Release

03 Aug 03:56
1d9866c
Compare
Choose a tag to compare