dearwind153

Results 7 comments of dearwind153

@zhr1201 **Have you ever encountered audio files that cannot be played after voice separation? I find the separate wav file's format as follow:** Input File : 'out_1.wav' Channels : 1...

@zhr1201 , Ok, thank you for your reply!

@navneeth1990 , Hi, I download you kalid branch, and do svd for input.raw. But when retraining, there is a net error(When doing SVD, net convert error): @danpovey **the big final.mdl...

@navneeth1990 , Can you explain the meaning of these two parameters ("energy-threshold shrinkage-threshold=0.64")? ` bool DecomposeComponent(const std::string &component_name, const AffineComponent &affine, Component **component_a_out, Component **component_b_out) { int32 input_dim = affine.InputDim(),...

@jxt1234 你好,编译 pymnn 时,已设置为**关闭**内部线程池,**开启** OPENMP -DMNN_USE_THREAD_POOL=OFF -DMNN_OPENMP=ON ![image](https://github.com/alibaba/MNN/assets/15264400/fbce0014-e0af-4439-be4b-f7e20ce42b6f)

fixed it by 'remove cached_download': /data/miniconda3/envs/redtts/lib/python3.10/site-packages/diffusers/utils/dynamic_modules_utils.py ``` #from huggingface_hub import cached_download, hf_hub_download, model_info from huggingface_hub import hf_hub_download, model_info ```