Skip to content

Releases: philipperemy/keras-tcn

Fix of the receptive field

16 Feb 10:00

Choose a tag to compare

Weight Normalization support

02 Jan 12:54

Choose a tag to compare

Matching TCN original paper architecture

25 Apr 10:36

Choose a tag to compare

2.7.0

14 Jun 02:14
c4f4588

Choose a tag to compare

  • Add activation at the end of the res block o = activation(f(x) + x)

return_sequences set to False by default (like LSTM)

26 Feb 16:23
83c7ab5

Choose a tag to compare

Merge pull request #43 from philipperemy/adjustments

imdb tcn

Implementation closer to the paper

24 Feb 17:15
141ef1c

Choose a tag to compare

Merge pull request #42 from philipperemy/paper

Implementation closer to the paper

Fix bug of dilation naming

20 Feb 03:50
0ae28a0

Choose a tag to compare

2.3.6

Update setup.py

Keras TCN

09 Jan 04:41
4f7ca60

Choose a tag to compare

Merge pull request #35 from philipperemy/issue_34

Small updates