Moonmore
Moonmore
I followed all the steps in the readme to complete the data preprocessing and model training. Why is the final generated voice empty?
编译环境 1. 操作系统: `window 10` 2. 编译环境:`mingw` 3. g++版本:`8.1.0` 编译问题: > `error: 'M_PI' was not declared in this scope` 解决方案: > `CMakeLists.txt` top level 加上 `add_definitions(-D_USE_MATH_DEFINES)` 编译命令: > `cd SummerTTS/build`...
Can V100 train models?
Hi, thank you very much for your work. I want to continue to do some interesting work based on your work. I have not found any related model fine-tuning on...