jleni / nnabla-ext-cuda

A CUDA Extension of Neural Network Libraries

Home Page:https://nnabla.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A CUDA Extension of Neural Network Libraries

This repository provides an official CUDA/cuDNN-accelerated extension of the Neural Network Libraries deep learning framework.

In order to use it, the default context needs to be changed from 'cpu' to 'cuda.cudnn':

from nnabla.contrib.context import extension_context

ctx = extension_context('cuda.cudnn', device_id=args.device_id)
nn.set_default_context(ctx)

Currently, the installation documentation and usage is integrated into the base NNabla.

FAQ

  • Coming soon

About

A CUDA Extension of Neural Network Libraries

https://nnabla.org/

License:Apache License 2.0


Languages

Language:Cuda 55.3%Language:C++ 35.5%Language:Python 5.7%Language:CMake 3.4%Language:Batchfile 0.1%Language:Shell 0.0%