Skip to content

Releases: Yoctol/talos

Fix MaskCNN/Pool

03 Jun 02:35
53044b2
Compare
Choose a tag to compare

Fix the default behavior of MaskCNN, MaskPool

CuDNNRNN

30 May 11:49
cb34a1e
Compare
Choose a tag to compare
  1. fix 1.2.2 bugs
  2. bypass the mask if return_sequences

CuDNNRNN

30 May 11:02
b5c2516
Compare
Choose a tag to compare
  1. Let add_spectral_norm supports CuDNNGRU and CuDNNLSTM
  2. fix the mistakes that CuDNNGRU and CuDNNLSTM fed mask from Sequential

Mask Max Pooling

30 May 08:15
4536700
Compare
Choose a tag to compare

add MaskMaxPool1D and MaskGlobalMaxPool1D to masking module

Masking Layer Module

20 May 04:11
4212ae1
Compare
Choose a tag to compare

Major Features and Improvements

  • Add layers supporting masking: MaskConv1D, MaskAveragePooling1D, ApplyMask

Breaking Changes:

  • Rename GlobalAveragePooling1D support masking -> MaskGlobalAveragePooling1D,
    move it to talos.layers.masking
    Original GlobalAveragePooling1D don't support masking anymore.

Tensorflow 1.13.1

14 May 11:42
34857a9
Compare
Choose a tag to compare

Breaking Change:

  • Upgrade tensorflow to 1.13.1

Fix Spectral Norm Formula

14 May 03:48
645b564
Compare
Choose a tag to compare

Fix spectral norm formula.
Add tests to make sure its gradient has same result as paper.

Model spectral norm

09 May 05:46
97d82ed
Compare
Choose a tag to compare

can apply add_spectral_norm on custom Model subclass

Fix transformer res-add

29 Apr 06:26
5e4355f
Compare
Choose a tag to compare

Fix the res-add of inputs of TransformerBlock and TransformerXL

Bidirectional XL

27 Apr 14:06
c9f7955
Compare
Choose a tag to compare

TransformerXL supports gradient & bidirectional