Skip to content

Releases: philipperemy/keras-tcn

Fix of the receptive field

16 Feb 10:00
Compare
Choose a tag to compare

Weight Normalization support

02 Jan 12:54
Compare
Choose a tag to compare

Matching TCN original paper architecture

2.7.0

14 Jun 02:14
c4f4588
Compare
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
Compare
Choose a tag to compare
Merge pull request #43 from philipperemy/adjustments

imdb tcn

Implementation closer to the paper

24 Feb 17:15
141ef1c
Compare
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
Compare
Choose a tag to compare
2.3.6

Update setup.py

Keras TCN

09 Jan 04:41
4f7ca60
Compare
Choose a tag to compare
Merge pull request #35 from philipperemy/issue_34

Small updates