Giter Club home page Giter Club logo

dexpression_keras's Introduction

DeXpression_Keras

Keras implementation of DeXpression architecture mentioned in this paper: https://arxiv.org/abs/1509.05371

model = DeXpression(include_top=True,
                weights=None,
                input_tensor=None,
                input_shape=None,
                padding='same',
                classes=7)
model.summary()


____________________________________________________________________________________________________
Layer (type)                     Output Shape          Param #     Connected to                     
====================================================================================================
input_1 (InputLayer)             (None, 224, 224, 3)   0                                            
____________________________________________________________________________________________________
conv_1 (Conv2D)                  (None, 112, 112, 64)  9472        input_1[0][0]                    
____________________________________________________________________________________________________
max_pooling2d_1 (MaxPooling2D)   (None, 55, 55, 64)    0           conv_1[0][0]                     
____________________________________________________________________________________________________
batch_normalization_1 (BatchNorm (None, 55, 55, 64)    256         max_pooling2d_1[0][0]            
____________________________________________________________________________________________________
conv_2a (Conv2D)                 (None, 55, 55, 96)    6240        batch_normalization_1[0][0]      
____________________________________________________________________________________________________
maxpool_2a (MaxPooling2D)        (None, 55, 55, 64)    0           batch_normalization_1[0][0]      
____________________________________________________________________________________________________
conv_2b (Conv2D)                 (None, 55, 55, 208)   179920      conv_2a[0][0]                    
____________________________________________________________________________________________________
conv_2c (Conv2D)                 (None, 55, 55, 64)    4160        maxpool_2a[0][0]                 
____________________________________________________________________________________________________
concat_2 (Merge)                 (None, 55, 55, 272)   0           conv_2b[0][0]                    
                                                                   conv_2c[0][0]                    
____________________________________________________________________________________________________
maxpool_2b (MaxPooling2D)        (None, 55, 55, 272)   0           concat_2[0][0]                   
____________________________________________________________________________________________________
conv_3a (Conv2D)                 (None, 55, 55, 96)    26208       maxpool_2b[0][0]                 
____________________________________________________________________________________________________
conv_3b (Conv2D)                 (None, 55, 55, 208)   179920      conv_3a[0][0]                    
____________________________________________________________________________________________________
conv_3c (Conv2D)                 (None, 55, 55, 64)    4160        maxpool_2a[0][0]                 
____________________________________________________________________________________________________
concat_3 (Merge)                 (None, 55, 55, 272)   0           conv_3b[0][0]                    
                                                                   conv_3c[0][0]                    
____________________________________________________________________________________________________
maxpool_3b (MaxPooling2D)        (None, 55, 55, 272)   0           concat_3[0][0]                   
____________________________________________________________________________________________________
flatten_1 (Flatten)              (None, 822800)        0           maxpool_3b[0][0]                 
____________________________________________________________________________________________________
predictions (Dense)              (None, 7)             5759607     flatten_1[0][0]                  
====================================================================================================
Total params: 6,169,943
Trainable params: 6,169,815
Non-trainable params: 128
____________________________________________________________________________________________________

dexpression_keras's People

Contributors

arundasan91 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

dexpression_keras's Issues

whole pre-train model

Do you have a model with pre-train wieghts. i want the complete code of this model.

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.