pytorch-OpCounter
Model profiler
An open-source tool for counting the number of multiplication operations (MACs) and floating-point operations (FLOPs) in PyTorch models.
Count the MACs / FLOPs of your PyTorch model.
5k stars
29 watching
528 forks
Language: Python
last commit: 8 months ago Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of a deep learning network architecture with dense connectivity and bottleneck layers. | 707 |
| An experimental study on residual networks to improve depth and width trade-offs in neural networks | 1,299 |
| Reproducing ResNet-v2 with MXNet on ImageNet and CIFAR10 datasets using Python. | 559 |
| A project providing tools and frameworks for improving the quality of low-resolution images through deep learning-based techniques. | 4,674 |
| An implementation of ResNeXt models in Keras, allowing for efficient deep neural networks for image classification. | 224 |
| An implementation of Residual Networks In Residual Networks using Chainer. | 3 |
| A deep learning implementation of a neural network architecture with interconnected layers, designed to improve accuracy on image classification tasks | 4,757 |
| Provides implementations and checkpoints for various ResNet variants using JAX and Flax. | 105 |
| Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
| An implementation of a fully convolutional densely connected neural network architecture for semantic segmentation tasks. | 487 |
| An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 334 |
| Reproduces ResNet-V3 with PyTorch for computer vision tasks | 511 |
| A TensorFlow implementation of Squeeze and Excitation Networks for image classification tasks | 757 |
| A deep learning-based approach to fuse infrared and visible images using ResNet50 architecture and zero-phase component analysis | 81 |
| An implementation of Residual Networks using Keras' functional API | 1,386 |