Skip to content

A PyTorch implementation of : Language Modeling with Gated Convolutional Networks.

Notifications You must be signed in to change notification settings

jojonki/Gated-Convolutional-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gated-Convolutional-Networks (unofficial)

Language Modeling with Gated Convolutional Networks Yann N. Dauphin, Angela Fan, Michael Auli, David Grangier https://arxiv.org/abs/1612.08083

This is a PyTorch implementation of Facebook AI Research Lab's paper: Language Modeling with Gated Convolutional Networks. This paper applies a convolutional approach to language modelling with a novel Gated-CNN model.

Architecture

Requirements

Reference

TODO

  • impl adaptive softmax
  • bug? accuracy didn't increase from epoch#1
  • support variable sentence length using padding
  • Understand padding at the beginning of sentence
  • impl checkpoints

About

A PyTorch implementation of : Language Modeling with Gated Convolutional Networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages