tanggang1997
tanggang1997
老哥,我目前是训练成功了,但是生成的音频电流声过大,你可以在项目的根目录下,运行 dora run solver=musicgen/musicgen_base_32khz ,其中solver对应的就是config/solver/musicgen文件夹下的musicgen_base_32khz.yaml文件,可以对这个文件进行配置一些参数
audiogen我没有试过,但是应该和musicgen是差不多的,第二个问题:关于集群,我看文档里面有写会自动去检测集群,所以应该是不需要去设置的
需要看你报错的问题是什么
vx:15722869549
sorry,i understand what you say,but does this happen with audioldm2??
> 数据质量高得话,冻结和不冻结差差不多,数据比较差,冻结保险点。 您好,请问最开始训练的时候都不需要冻结吗,然后在微调时才需要吧,我看您发的图片解码器是冻结的
> 关于部署 WebAssembly 文件有关。请参考[#19831 (评论)](https://github.com/microsoft/onnxruntime/issues/19831#issuecomment-1986587685)。 > > 顺便说一句,在 1.19.0-dev.20240521-068bb3d5ee 版本之前,WebAssembly 的版本需要与 JS 的版本相匹配。 First: But i have setted :env.wasm.wasmPaths = window.location.origin + "/node_modules/onnxruntime-web/dist/"; I don't understand "The .wasm files are...
> > env.wasm.wasmPaths = window.location.origin + "/node_modules/onnxruntime-web/dist/"; > > If you set this in the code, you also need to make sure the file is served by the server. I...