Skip to content

A Light-Weight CNN for Face Attribute Prediction

Notifications You must be signed in to change notification settings

Joyako/Slim-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Slim-CNN in PyTorch

A PyTorch implementation of Slim-CNN: A Light-Weight CNN for Face Attribute Prediction

Micro-Architecture in CNN

SSE Block && Slim Module:
Slim Module

Notes

In this Paper, it is not clear in the skip connection that the number of channels int the input layer is not equal to the number of channels output after the first use of SSE block. Thus, I add a point-wise convolution layer to change the number of channels. If it is my understanding of the error, please point out, Thanks!

About

A Light-Weight CNN for Face Attribute Prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages