https://github.com/fatihbaltaci/pytorch-cifar_10-resnet-50_transfer_learning
PyTorch implementation of CIFAR-10 classification with Transfer Learning technique. ResNet-50 architecture is used for model.
https://github.com/fatihbaltaci/pytorch-cifar_10-resnet-50_transfer_learning
Last synced: 6 months ago
JSON representation
PyTorch implementation of CIFAR-10 classification with Transfer Learning technique. ResNet-50 architecture is used for model.
- Host: GitHub
- URL: https://github.com/fatihbaltaci/pytorch-cifar_10-resnet-50_transfer_learning
- Owner: fatihbaltaci
- Created: 2018-12-22T22:08:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T21:06:52.000Z (almost 7 years ago)
- Last Synced: 2025-02-09T05:20:40.335Z (8 months ago)
- Language: Jupyter Notebook
- Size: 300 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyTorch-CIFAR_10-ResNet-50_Transfer_Learning
PyTorch implementation of CIFAR-10 classification with Transfer Learning technique. ResNet-50 architecture is used for model.