Skip to content

malteekj/residual-gated-dilated-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Dilated, Residual, Gated CNN

This is a PyTorch implementation of the network presented in Chang et al "Temporal Modeling Using Dilated Convolution and Gating for Voice-Activity-Detection" 2018 Link to paper

The network is used for Voice Activity Detection (VAD) in the paper

Network Architecture

The core network arcitecture can be seen in the drawing below Architecture

The original paper does not state how they do the dimension matching and flattening to the fully connected layer in the end of the network. For the dimension matching, simple 2D convolutions were used. For the flattening, two consecutive 1x1 convolutions were used before flattening to the fully connected layer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages