EfficientNet-PyTorch
Convolutional network
A PyTorch implementation of EfficientNet convolutional neural networks
A PyTorch implementation of EfficientNet
8k stars
132 watching
2k forks
Language: Python
last commit: over 2 years ago
Linked from 2 awesome lists
efficientnet-pytorchfeature-extractionimagenetpretrained-models
Related projects:
Repository | Description | Stars |
---|---|---|
zsef123/efficientnets-pytorch | A PyTorch implementation of EfficientNet for computer vision tasks | 309 |
diego999/pygat | An implementation of the Graph Attention Network model using PyTorch. | 2,914 |
cadene/pretrained-models.pytorch | Provides pre-trained PyTorch models for various computer vision tasks and datasets. | 9,036 |
lucidrains/dalle2-pytorch | An implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch | 11,148 |
facebookresearch/dinov2 | A PyTorch implementation of a self-supervised learning method for learning robust visual features without supervision. | 9,211 |
jwyang/faster-rcnn.pytorch | An object detection implementation built on top of PyTorch, supporting multi-image batch training and multiple GPUs. | 7,693 |
yunjey/pytorch-tutorial | A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. | 30,251 |
qubvel-org/segmentation_models.pytorch | A PyTorch library for building and training neural networks for image segmentation tasks. | 9,696 |
pytorch/examples | A collection of curated examples showcasing various PyTorch applications in computer vision, natural language processing, and reinforcement learning. | 22,428 |
lucidrains/imagen-pytorch | Implements Google's Text-to-Image Neural Network in PyTorch using a cascading DDPM architecture with dynamic clipping and noise level conditioning. | 8,088 |
carpedm20/enas-pytorch | Automates the discovery of neural network architectures by sharing parameters between subgraphs in a large computational graph | 2,706 |
eriklindernoren/pytorch-gan | PyTorch implementations of Generative Adversarial Networks for image synthesis | 16,453 |
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 83,959 |
ahkarami/deep-learning-in-production | A collection of notes and references on deploying deep learning models in production environments | 4,306 |
nvlabs/stylegan2-ada-pytorch | An official PyTorch implementation of the StyleGAN2-ADA algorithm for generating images with a focus on stability and performance. | 4,126 |