HSQhere
Results
1
issues of
HSQhere
**Summary[问题简述(一句话)]** A clear and concise description of what the issue is. hifigan的训练无法直接使用cpu,且修改代码后无法接着训练 **Env & To Reproduce[复现与环境]** 描述你用的环境、代码版本、模型 最新环境、代码版本,模型:hifigan **Screenshots[截图(如有)]** If applicable, add screenshots to help 将MockingBird-main\vocoder\hifigan下trian.py中41行torch.cuda.manual_seed(h.seed)改为torch..manual_seed(h.seed); 42行 device = torch.device('cuda:{:d}'.format(rank))改为device...