1. 10 4月, 2023 1 次提交
    • L
      [TTS]【Hackathon + No.190】 + 模型复现:iSTFTNet (#3006) · df377985
      longRookie 提交于
      * iSTFTNet implementation based on hifigan, not affect the function and execution of HIFIGAN
      
      * modify the comment in iSTFT.yaml
      
      * add the comments in hifigan
      
      * iSTFTNet implementation based on hifigan, not affect the function and execution of HIFIGAN
      
      * modify the comment in iSTFT.yaml
      
      * add the comments in hifigan
      
      * add iSTFTNet.md
      
      * modify the format of iSTFTNet.md
      
      * modify iSTFT.yaml and hifigan.py
      
      * Format code using pre-commit
      
      * modify hifigan.py,delete the unused self.istft_layer_id , move the self.output_conv behind else, change conv_post to output_conv
      
      * update iSTFTNet_csmsc_ckpt.zip download link
      
      * modify iSTFTNet.md
      
      * modify hifigan.py and iSTFT.yaml
      
      * modify iSTFTNet.md
      df377985
  2. 05 7月, 2022 1 次提交
  3. 07 5月, 2022 1 次提交
  4. 02 4月, 2022 1 次提交
  5. 14 2月, 2022 1 次提交
  6. 17 12月, 2021 1 次提交
    • 小湉湉's avatar
      [TTS]Add hifigan (#1097) · 19ef7210
      小湉湉 提交于
      * add hifigan
      
      * add hifigan
      
      * integrate synthesize synthesize_e2e, inference for tts, test=tts
      
      * add some python files, test=tts
      
      * update readme, test=doc_fix
      19ef7210