TResNet
GPU architecture
A high-performance deep learning architecture designed to balance accuracy and efficiency on GPUs.
Official Pytorch Implementation of "TResNet: High-Performance GPU-Dedicated Architecture" (WACV 2021)
471 stars
19 watching
63 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
accuracyarchitectureimagenetmulti-label-classificationtresnet
Related projects:
Repository | Description | Stars |
---|---|---|
aayushbansal/pixelnet | An architecture and toolset for training deep learning models to perform pixel-level tasks such as image segmentation and surface normal estimation. | 195 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
xtra-computing/thundergbm | Accelerates machine learning algorithms on GPUs to improve performance and efficiency | 693 |
mmlab-cu/polynet | An implementation of a pursuit of structural diversity in very deep neural networks | 82 |
apache/tvm-vta | A comprehensive hardware design stack for accelerating deep learning models | 254 |
chenxi116/pnasnet.tf | An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. | 102 |
calebwin/emu | A library for portable, modular, and performant GPU compute programming in Rust. | 1,596 |
szagoruyko/binary-wide-resnet | An implementation of a 1-bit weight neural network architecture using PyTorch | 124 |
mit-han-lab/proxylessnas | Direct neural architecture search on target task and hardware for efficient model deployment | 1,425 |
karandwivedi42/imagenet-multigpu.torchnet | A Lua-based implementation of a multi-GPU training framework for image classification using the Alexnet model. | 4 |
neroloh/darts-tensorflow | This implementation provides a Tensorflow-based framework for searching different architectures in deep neural networks using 2nd-order approximations. | 73 |
nvidia/grcuda | Enables efficient data exchange and invocation of existing GPU kernels from host languages in the GraalVM | 222 |
hughperkins/verigpu | An open-source implementation of a GPU core for machine learning, designed to run PyTorch and other frameworks on an ASIC. | 822 |
xternalz/wideresnet-pytorch | An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 333 |
d-li14/regnet.pytorch | An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |