Giter Site home page Giter Site logo

chainer-fashion-mnist's Introduction

Fashion MNIST classifier using Chainer

Fashion MNIST (https://github.com/zalandoresearch/fashion-mnist) classifier.

Requirements

Usage

$ python src/train.py -g 0

Options:

  • -g (--gpu) <int>: Optional
    GPU device ID. Negative value indicates CPU (default: -1)
  • -m (--model) <model file path>: Optional
    Model file path to load (default: None)
  • -b (--batch_size) <int>: Optional
    Mini batch size (default: 128)
  • -p (--prefix) <str>: Optional
    Prefix of saved model file. (default: fashion_<base size>)
  • --epoch <int>: Optional
    Training epochs (default: 300)
  • --save-epoch <int>: Optional
    Epoch interval to save model parameter file. 0 indicates model parameter is not saved at fixed intervals. Note that the best accuracy model is always saved even if this parameter is 0. (default: 0)
  • --optimizer <str>: Optional
    Optimizer name (sgd or adam, default: sgd)
  • --lr <float>: Optional
    Initial learning rate for SGD (default: 0.1)
  • --alpha <float>: Optional
    Initial alpha for Adam (default: 0.001)
  • --lr-decay-iter <int>: Optional
    Iteration interval to decay learning rate. Learning rate is decay to 1/10 at this intervals. (default: 100)
  • --weight-decay <float>: Optional
    Weight decay (default: 0.0001)
  • --seed <int>: Optional
    Random seed (default: 1)

Algorithm explanation

License

MIT license

chainer-fashion-mnist's People

Contributors

dsanno avatar

Stargazers

 avatar fun_dl avatar SHIMIZU Taku avatar Kashif Rasul avatar

Watchers

James Cloos avatar  avatar  avatar paper2code - bot 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.