pytorch-cnn-finetune
CNN fine-tuner
A PyTorch-based framework for fine-tuning pre-trained convolutional neural networks on various architectures and datasets.
Fine-tune pretrained Convolutional Neural Networks with PyTorch
726 stars
18 watching
123 forks
Language: Python
last commit: 6 months ago convolutional-neural-networksdeep-learningpretrained-modelspytorch
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides guidance on fine-tuning pre-trained models for image classification tasks using PyTorch. | 279 |
| This project provides a PyTorch implementation of pruning techniques to reduce the computational resources required for neural network inference. | 877 |
| An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
| A PyTorch framework simplifying neural network training with automated boilerplate code and callback utilities | 572 |
| An implementation of Faster R-CNN using PyTorch | 1,722 |
| An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 334 |
| Automates hyperparameter optimization and neural network architecture search using Hyperopt on a CNN model for the CIFAR-100 dataset | 106 |
| A PyTorch framework for managing and automating deep learning training loops with features like hyperparameter tracking and single-file deployments. | 40 |
| PyTorch implementation of various Convolutional Neural Network adversarial attack techniques | 354 |
| A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,236 |
| A PyTorch implementation of EfficientNet for computer vision tasks | 309 |
| An implementation of an optimization algorithm for training neural networks in machine learning environments. | 351 |
| Deep learning framework for spiking neural networks | 685 |
| Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
| An implementation of Kim's Convolutional Neural Networks for Sentence Classification in PyTorch | 1,022 |