wenjuntan / Slim-CNN

A Light-Weight CNN for Face Attribute Prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%