An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ResNet
Implementation of ResNet architecture in Pytorch

This 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.