Skip to content

Releases: pavanchhatpar/copynet-tf

TensorFlow 2.2

12 May 02:03
Compare
Choose a tag to compare

Improvements

  • Bumped to TensorFlow 2.2.0
  • Decoder refactored to be used with default Keras fit predict pipeline
  • Example updated to show usage with Keras pipeline
  • Per-epoch training time on toy example decreased to 4s from 11s

Limitation

  • Tested with tf.data.Dataset only
  • Need to pass drop_remainder=True to batch() method of tf.data.Dataset. Cannot handle case of unknown batch_size

Improvisation to Beam Search

10 May 22:48
Compare
Choose a tag to compare
  • Beam search is improvised to give more variance in predictions
  • Bug with copy token fixed

Fixes

06 May 04:17
Compare
Choose a tag to compare
  • Decoder correctly masks special tokens while copying now
  • BeamSearch stops adding to probability after end token

Fix bug

04 May 10:17
Compare
Choose a tag to compare

bug: fix not copying special tokens

Add debugging ability

03 May 21:57
Compare
Choose a tag to compare

add reporting attentive and selective weights while calculating loss

Add features

03 May 07:56
Compare
Choose a tag to compare
  • add option to specify length in transform

First release

01 May 00:26
Compare
Choose a tag to compare
  • Basic workflow demonstrated in example
  • Metrics: BLEU
  • Encoder, Decoder generation output layer are customizable