Skip to content

v1.1.0

Compare
Choose a tag to compare
@albertaparicio albertaparicio released this 29 Jan 19:13
· 51 commits to master since this release

Change log (by listing the commits in between v1.0.0 and v1.1.0):

  • e112a04 Change encoder-decoder option parameter for an offset parameter
  • 8c392aa Fix seq2seq 2-model weight loading
  • d0380bb Typo fix in backend import
  • 67bbb82 Add s2s_load_weights
  • fb1b0d7 Add display_time method
  • 455805c Unscale prediction and mask data methods
  • 2566121 Minmax scale both source and trained masked data
  • c9378aa Add minmax scaling function
  • 4c069e0 Compute maximum and minimum values of each speaker's parameters
  • f172a93 Fix zero-padding and mask construction
  • f72c43c Save and load max_seq_length as an attribute of h5py
  • fef9fcb Fix issue with max_seq_length extraction
  • 30739e7 Reshape masks into 2D matrices
  • afbe1c1 Apply compression to dataset after .h5 saving
  • aee82fd Rename seq2seq_datatable and remove printing of speakers and basenames
  • 161e228 Add zero-padding modes and minor fix in h5 saving
  • f707567 Add zero_pad_params method