pytorch-retraining

Transfer Learning Benchmark

An experiment and benchmarking framework for evaluating the effectiveness of transfer learning in PyTorch-based deep learning models

Transfer Learning Shootout for PyTorch's model zoo (torchvision)

GitHub

170 stars
10 watching
41 forks
Language: Jupyter Notebook
last commit: about 4 years ago
benchmarkpytorchtransfer-learning

Related projects:

Repository Description Stars
pytorchbearer/torchbearer A PyTorch model fitting library designed to simplify the process of training deep learning models. 636
tristandeleu/pytorch-maml-rl Replication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks 827
graal-research/poutyne A PyTorch framework simplifying neural network training with automated boilerplate code and callback utilities 569
learning-at-home/hivemind A PyTorch library for decentralized deep learning across the Internet. 2,051
erotemic/netharn A PyTorch framework for managing and automating deep learning training loops with features like hyperparameter tracking and single-file deployments. 39
furkanu/deeplearning.ai-pytorch Re-implementation of Coursera's Deep Learning specialization assignments in PyTorch 149
hungtuchen/pytorch-dqn An implementation of a deep reinforcement learning network using PyTorch to learn human-level control through trial and error. 386
kaiyangzhou/dassl.pytorch A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. 1,217
zhanghang1989/pytorch-encoding A Python framework for building deep learning models with optimized encoding layers and batch normalization. 2,041
pytorch/tnt A collection of tools and utilities for building and training neural networks with PyTorch. 1,663
isht7/pytorch-deeplab-resnet A deep learning model implementation of the DeepLab ResNet architecture for image segmentation tasks. 602
4uiiurz1/pytorch-res2net Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. 112
dragen1860/learningtocompare-pytorch An implementation of the Learning to Compare paper in PyTorch 251
ikostrikov/pytorch-meta-optimizer A PyTorch implementation of meta-learning using gradient descent to adapt to new tasks. 312
lyhue1991/torchkeras A PyTorch-based model training framework designed to simplify and streamline training workflows by providing a unified interface for various loss functions, optimizers, and validation metrics. 1,782