Skip to content

Implementation of ResNet networks using PyTorch as the base.

License

Notifications You must be signed in to change notification settings

m0sys/resnet-from-torch

Repository files navigation

Welcome to resnet-from-torch 👋

Version License: MIT

Implementation of ResNet34 & ResNet50 networks using PyTorch as the base.

Install

conda env create -f environment.yml

Results

  • Performance comparable to PyTorch's own ResNet34 model on CIFAR100 dataset see assets for graph.
  • Reached 73% validation accuracy on CIFAR10 dataset using ResNet34 model.
  • Trained for approximately an hour and reached 75% validation accuracy on CIFAR10 dataset using ResNet50 model

Author

  • Website: morealfit
  • Github: @mhd53

Show your support

Give a ⭐️ if this project helped you!

📝 License

This project is MIT licensed.

📃 Reference Papers:


About

Implementation of ResNet networks using PyTorch as the base.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published