Coder Social home page Coder Social logo

rhythm92 / wide_resnets_keras Goto Github PK

View Code? Open in Web Editor NEW

This project forked from asmith26/wide_resnets_keras

0.0 2.0 0.0 1.31 MB

Keras (using Theano) implementation of "Wide Residual Networks"

Home Page: http://arxiv.org/abs/1605.07146

Python 100.00%

wide_resnets_keras's Introduction

Keras (Theano) implementation of "Wide Residual Networks"

This repo contains the code to run Wide Residual Networks using Keras running Theano.

Dependencies:

  • Keras, numpy - can be installed with sudo pip install -r requirements.txt.
  • Theano; install latest version with sudo pip install git+git://github.com/Theano/Theano.git --upgrade --no-deps.
  • To plot the architecture of the model used (like the plot of the WRN-16-2 architecture plotted below), you need to install pydot and graphviz. I had to install the C-version for graphviz first (following comments in this issue):
$ sudo apt-get install graphviz
$ sudo pip install pydot
$ sudo pip install graphviz

Usage Details:

Run the default configuration (i.e. best configuration for CIFAR10 from original paper/code, WRN-28-10 without dropout) with:

$ python main.py

There are three configuration sections at the top of main.py:

Results:

  • Running WRN-40-4 no dropout now.

##WRN-16-2 Architecture WRN-16-2 Architecture

wide_resnets_keras's People

Contributors

asmith26 avatar

Watchers

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