Giter Site home page Giter Site logo

resnet's Introduction

ResNet in PyTorch

This is a re-implementation of the ResNet model into PyTorch. Please note that ResNet architecture for the ImageNet dataset found in the paper was implemented. However, was tested on the CIFAR-10 dataset.

Training on NVIDIA RTX A6000 yielded the following results:

ResNet18 ResNet50
Top1 Accuracy 87.5% 81.3%
Top5 Accuracy 98.4% 99.2%

As mentioned before, ResNet18 and ResNet50 were originally made for the ImageNet dataset. The authors of the papers did create other ResNet infrastructures for CIFAR, namely Resnet32 and others.

Here is a summary of the files in this respository:

File Name Description
resnet.py ResNet class
main.py Script to run tests on the CIFAR dataset
accXX.png Accuracy graph of Classification over Iteration.
image.png Sample of CIFAR dataset

Citations

[1] He, K., Zhang, X., Ren, S., & Sun, J. (2016). Deep residual learning for image recognition. 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). https://doi.org/10.1109/cvpr.2016.90

resnet's People

Contributors

athanzxyt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.