Giter VIP home page Giter VIP logo

cifar10-practice's Introduction

CIFAR10 PRACTICE

Implementations of deep learning models to challenge cifar10 dataset, using PyTorch. The implementation for network traing includes some kind of fancy tools, like prefetch_generator, tqdm and tensorboardx. I also use logging to print information into log file rather than print function.

update May 17th, 2019: I tried the augmentation found by AutoAugment, while still using origin model architecture. And I got 0.94 accuracy.

update May 24th, 2019: I've got 0.96 accuracy on cifar10. I think it's enough. This repo then will be used to keep track about my ideas, my fun of implementing interesting architectures.

Environment

  • Hardware: 2 GPUs
  • Software: Pytorch, prefetch_generator, tensorboardX, tqdm

Result

Model Test accuracy
ResNet110 0.84
ResNet110+Augmentation 0.92
ResNet110+AutoAugment 0.94
WRN40+AutoAugment 0.96

I only tested ResNet with 110 layers. I will keep update for better performance and for other architechture.

TODO

  • Improve test accuracy
  • Test other architecture

cifar10-practice's People

Contributors

paradoxzw avatar

Stargazers

 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.