# keras-shufflenetV2 **Repository Path**: xxuffei/keras-shufflenetV2 ## Basic Information - **Project Name**: keras-shufflenetV2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-17 - **Last Updated**: 2024-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Keras ShuffleNet V2 > Keras implementation of ShuffleNet V2 ### Example The example is from [kaggle emotion recognition challenge](https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge), this is the [pre-trained model](./weights/shufflenetv2_emotion_recogn.h5) using shufflenet v2 demo result: ![demo](./images/a_emo.png) ### References [(repo)keras-shufflenet](https://github.com/scheckmedia/keras-shufflenet) [(paper)ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Design](https://arxiv.org/abs/1807.11164) ### Licence [MIT License](https://opensource.org/licenses/MIT)