torch7
Tensor library
A C-based library for high-level numerical computing and tensor operations
9k stars
624 watching
2k forks
Language: C
last commit: about 2 years ago
Linked from 5 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
torch/cutorch | Provides a CUDA backend for the PyTorch deep learning framework | 336 |
soumith/cudnn.torch | Torch7 bindings for NVIDIA cuDNN, providing FFI access to its neural network acceleration features | 417 |
jcjohnson/torch-rnn | Efficient RNN and LSTM modules for use in neural networks | 2,504 |
torch/cunn | A CUDA implementation of neural network modules and related GPU operations | 215 |
laurentmazare/ocaml-torch | Bindings for PyTorch's tensor library in OCaml for GPU acceleration and automatic differentiation | 413 |
pytorch/serve | A tool for serving and scaling PyTorch models in production environments | 4,217 |
clcarwin/convert_torch_to_pytorch | Converts PyTorch models to their Torch equivalents. | 539 |
xamla/torch-pcl | Bindings for integrating Point Cloud Library with the Torch programming framework. | 30 |
donnyyou/torchcv | A comprehensive PyTorch-based framework for computer vision tasks | 2,250 |
soumith/torch-android | A tool to enable Android device deployment and execution of machine learning models using the Torch library. | 275 |
pytorch/vision | A collection of utilities for computer vision tasks using PyTorch | 16,251 |
pytorch/torchtitan | A native PyTorch library for large-scale language model training with distributed training capabilities | 2,615 |
flashlight/flashlight | A C++ machine learning library with autograd support and high-performance defaults for efficient computation. | 5,285 |
torchpipe/torchpipe | A C++ library that provides a multi-instance pipeline parallel framework for accelerating deep learning inference on various hardware accelerators. | 144 |
soumith/inception.torch | A Torch implementation of a pre-trained neural network architecture used in image recognition tasks | 66 |