Skip to content

Releases: espnet/espnet

ESPnet Version 0.6.3

07 Apr 09:55
d25bc72
Compare
Choose a tag to compare

New Features

Enhancement

Recipe

Documentation

Docker

Bugfix

Acknowledgements

Special thanks to @Emrys365, @Fhrozen, @ShigekiKarita, @TitouanT, @beckgom, @bobchennan, @hirofumi0810, @kamo-naoyuki, @kan-bayashi, @pengchengguo, @qmpzzpmq, @sw005320, @unilight, @zh794390558.

ESPnet Version 0.6.2

25 Feb 13:44
7a93414
Compare
Choose a tag to compare

New Features

  • [New Features] Transducer v3 (w/ transformer support for encoder/decoder) #1422 by @b-flo
  • [New Features] Improving LM training (custom optimizer, custom scheduler, Transformer LM, etc) #1246 by @ShigekiKarita

Enhancement

  • [Enhancement] Add MelGAN pretrained model and support in demo notebook #1581 by @kan-bayashi

Recipe

Documentation

Bugfix

Acknowledgements

Special thanks to @Emrys365, @Fhrozen, @HuangZiliAndy, @IceCreamWW, @ShigekiKarita, @b-flo, @butsugiri, @ftshijt, @hirofumi0810, @kamo-naoyuki, @kan-bayashi, @lijunzh, @qmpzzpmq, @sw005320, @takaaki-hori.

ESPnet Version 0.6.1

05 Jan 09:44
22d4d49
Compare
Choose a tag to compare

Happy new year!

New Features

Enhancement

Recipe

Documentation

  • [Documentation] added interspeech 2019 tutorial link and performed spell check #1476 by @sw005320
  • [Documentation] Updated README in ljspeech about FastSpeech training #1468 by @kan-bayashi
  • [Documentation] Add knowledge dist based FastSpeech link in README #1465 by @kan-bayashi

Refactoring

  • [Refactoring] Unify TTS Transformer mask with ASR Transformer #1470 by @kan-bayashi

Bugfix

Acknowledgements

Special thanks to @Cescfangs, @Fhrozen, @Peidong-Wang, @ShigekiKarita, @YosukeHiguchi, @hirofumi0810, @kan-bayashi, @sw005320.

ESPnet Version 0.6.0

21 Nov 08:17
de8b927
Compare
Choose a tag to compare

New Features

Enhancement

  • [Enhancement] Fixing compatibility problems with PyTorch 1.3.0 in ESPnet (v0.5.3) #1343 by @Emrys365
  • [Enhancement] Change log level info -> warning about batchsize #1336 by @kan-bayashi
  • [Enhancement] Support batch decoding for streaming E2E #1270 by @takenori-y
  • [Enhancement] Implement attention cache in Transformer for faster decoding #1240 by @ShigekiKarita

Bugfix

Recipe

Documentation

Refactoring

Acknowledgements

Special thanks to @Emrys365, @Fhrozen, @ShigekiKarita, @b-flo, @fanlu, @ftshijt, @hirofumi0810, @kan-bayashi, @r9y9, @rai4, @ruizhilijhu, @simpleoier, @takenori-y.

ESPnet Version 0.5.4

30 Oct 01:46
ee0c82d
Compare
Choose a tag to compare

Bugfix

Documentation

Recipe

New Features

Enhancement

  • [Enhancement] Add Mandarin Pretrained Wavenet #1292 by @kan-bayashi
  • [Enhancement] Add pretrained models: JSUT and LibriTTS #1260 by @r9y9
  • [Enhancement] Improved JSUT TTS recipe #1216 by @r9y9

Acknowledgements

Special thanks to @Emrys365, @ShigekiKarita, @Shujian2015, @enamoria, @hieuthi, @kan-bayashi, @potato-inoue, @r9y9.

ESPnet Version 0.5.3

23 Sep 13:34
a2181ad
Compare
Choose a tag to compare

Bugfix

Enhancement

New Features

  • [New Features] Add support for MoL WaveNet to synth_wav.sh #1186 by @r9y9
  • [New Features] Using pytorch dataloader for pytorch backend #1138 by @bobchennan

Recipe

Refactoring

  • [Refactoring] Install warpctc-pytorch from pytorch-0.4 branch when PyTorch version is 0.4.X #1162 by @ysk24ok
  • [Refactoring] using python3 as default #1159 by @zh794390558
  • [Refactoring] Fix download_from gdrive.sh on osx #1158 by @r9y9

Documentation

  • [Documentation] Fix doc/module2rst.py to use glob and remove --nowarn from travis-sphinx #1155 by @ShigekiKarita

Acknowledgements

Special thanks to @ShigekiKarita, @akreal, @b-flo, @bobchennan, @elgeish, @potato-inoue, @protoget, @r9y9, @ruizhilijhu, @simpleoier, @sw005320, @ysk24ok, @zh794390558.

ESPnet Version 0.5.2

27 Aug 14:12
9a46a0c
Compare
Choose a tag to compare

Documentation

Bugfix

Enhancement

Recipe

New Features

  • [New Features] Add --train-dtype option for float16/float32/float64 precision training in pytorch ASR and LM #1119 by @ShigekiKarita
  • [New Features] transfer learning #1103 by @b-flo
  • [New Features] New beam-search framework: ScorerInterface, CPU/GPU float16/32/64 decoding, and new language models (SeqRNNLM and TransformerLM) #1092 by @ShigekiKarita
  • [New Features] Support pretrained WaveNet vocoder #1081 by @kan-bayashi
  • [New Features] RNN-Transducer #1065 by @b-flo

Acknowledgements

Special thanks to @Fhrozen, @ShigekiKarita, @Xiaofei-Wang, @akreal, @b-flo, @hirofumi0810, @kamo-naoyuki, @kan-bayashi, @sw005320, @takaaki-hori, @zh794390558.

ESPnet Version 0.5.1

13 Aug 02:39
8fdd8e9
Compare
Choose a tag to compare

Bugfix

Refactoring

CI

Recipe

New Features

Enhancement

Acknowledgements

Special thanks to @Fhrozen, @Jzmo, @ShigekiKarita, @Xiaofei-Wang, @YosukeHiguchi, @hiratake55, @kan-bayashi.

ESPnet Version 0.5.0

02 Aug 05:35
cf3c820
Compare
Choose a tag to compare

CI

Bugfix

Refactoring

  • [Refactoring] TTS: avoid using asr module in TTS #1031 by @r9y9
  • [Refactoring] Exit 1 when source command return 1 #1030 by @kan-bayashi
  • [Refactoring] Refactor FileReaderWrapper and FileWriterWrapper #947 by @kamo-naoyuki

Enhancement

Recipe

Documentation

  • [Documentation] [Docstrings] Removing empty init files to avoid docs #1016 by @Fhrozen
  • [Documentation] add egs info #1015 by @sw005320
  • [Documentation] Update docstrings in espnet.nets.chainer_backend #974 by @Masao-Someki
  • [Documentation] Reformat docstrings in espnet/asr #914 by @Masao-Someki
  • [Documentation] Update TTS module’s docstrings and refactor some modules #898 by @kan-bayashi

Acknowledgements

Special thanks to @Fhrozen, @Masao-Someki, @ShigekiKarita, @hirofumi0810, @kamo-naoyuki, @kan-bayashi, @r9y9, @sw005320.

ESPnet Version 0.4.3

01 Aug 02:23
66f0a12
Compare
Choose a tag to compare

Enhancement

  • [Enhancement] Use queue-freegpu.pl in all cmd.sh #1013

Documentation

  • [Documentation] nbsphinx support #1003
  • [Documentation] Update docstrings #994

Recipe

  • [Recipe] CSJ asr1: prettify RESULTS.md #1008
  • [Recipe] WSJ asr1: prettify RESULTS.md #1007

Bugfix

  • [Bugfix] fix Cupy Import Error #969 #1010
  • [Bugfix] Fix a bug in synthesis_wav.sh #989
  • [Bugfix] Fix lm_n_average in lang_model #988

Refactoring

  • [Refactoring] Remove "free-gpu" from *_train and create queue-freegpu.pl #938

CI

  • [ci] reduce travis jobs #1011

Acknowledgements

Special thanks to @Fhrozen @kamo-naoyuki @Magic-Bubble @ShigekiKarita @takenori-y @Xiaofei-Wang.