Skip to content

TensorFlow Implementation of TCN (Temporal Convolutional Networks)

Notifications You must be signed in to change notification settings

Songweiping/TCN-TF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCN-TF

This repository implements TCN described in An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling, along with its application in char-level language modeling.

If you find this repository helpful, please cite the paper:

@article{BaiTCN2018,
	author    = {Shaojie Bai and J. Zico Kolter and Vladlen Koltun},
	title     = {An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling},
	journal   = {arXiv:1803.01271},
	year      = {2018},
}

Requirements

  • Tensorflow 1.4.1
  • Observations
  • Numpy

Contact

songweiping@pku.edu.cn

About

TensorFlow Implementation of TCN (Temporal Convolutional Networks)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages