https://github.com/ayushexel/resnet
Implementation of ResNet architecture in Pytorch
https://github.com/ayushexel/resnet
Last synced: 29 days ago
JSON representation
Implementation of ResNet architecture in Pytorch
- Host: GitHub
- URL: https://github.com/ayushexel/resnet
- Owner: AyushExel
- License: mit
- Created: 2018-11-01T13:37:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T13:51:39.000Z (over 6 years ago)
- Last Synced: 2025-02-08T09:38:05.891Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ResNet
Implementation of ResNet architecture in PytorchThis network will train Resnet-50 architecture from scratch on CIFAR-10 dataset . If your device support cuda, it will be used automatically. The data will be downloaded and saved during the first run.
# To Train the Network, Run:
```
python CIFAR-10-train.py
```# Contributing:
All contributions are welcome. If you want to update some depricated piece of code or improve the existing code, feel free to send a pull request.