Releases: philipperemy/keras-tcn
Releases · philipperemy/keras-tcn
Fix of the receptive field
3.3.0 3.3.0
Weight Normalization support
3.2.1 3.2.1
Matching TCN original paper architecture
2.7.0
- Add activation at the end of the res block o = activation(f(x) + x)
return_sequences set to False by default (like LSTM)
Merge pull request #43 from philipperemy/adjustments imdb tcn
Implementation closer to the paper
Merge pull request #42 from philipperemy/paper Implementation closer to the paper
Fix bug of dilation naming
2.3.6 Update setup.py
Keras TCN
Merge pull request #35 from philipperemy/issue_34 Small updates