Skip to content

Implementation of ResNet architecture in Pytorch

License

Notifications You must be signed in to change notification settings

AyushExel/ResNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implementation of ResNet architecture in Pytorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages