cudnn.torch
cuDNN accelerator
Torch7 bindings for NVIDIA cuDNN, providing FFI access to its neural network acceleration features
Torch-7 FFI bindings for NVIDIA CuDNN
427 stars
38 watching
157 forks
Language: Lua
last commit: about 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
torch/cunn | A CUDA implementation of neural network modules and related GPU operations | 215 |
soumith/inception.torch | A Torch implementation of a pre-trained neural network architecture used in image recognition tasks | 66 |
soumith/imagenet-multigpu.torch | A toolkit for training neural networks on the ImageNet dataset using multiple GPUs. | 402 |
torch/cutorch | Provides a CUDA backend for the PyTorch deep learning framework | 336 |
soumith/torch-signal | A signal processing toolkit with support for various transforms and analysis methods. | 48 |
soumith/torch-android | A tool to enable Android device deployment and execution of machine learning models using the Torch library. | 275 |
soumith/zbs-torch | A lightweight Lua-based IDE with code completion, debugging, and live coding features. | 67 |
soumith/dcgan.torch | A PyTorch implementation of a deep generative model that can be used to generate images from a dataset. | 1,464 |
doonny/pipecnn | A tool for accelerating convolutional neural networks on Field-Programmable Gate Arrays (FPGAs) using OpenCL-based hardware design | 1,258 |
torch/nngraph | Graphical computation library for building neural network architectures | 299 |
torch/nn | An open-source neural network package providing a modular framework for building and training neural networks. | 1,346 |
clementfarabet/lua---nnx | An extension to Torch7's neural network package with experimental modules and optimizations. | 97 |
jhkim89/pyramidnet | A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. | 129 |
cvondrick/torch-starter | A basic package for training neural networks in Torch7, providing a simplified starting point for developers. | 56 |
e-lab/torch7-demos | Demos and tutorials for the Lua-based machine learning framework Torch7 | 43 |