mahaotian
mahaotian

 还是有别的处理方法呢
> Update the paths to the h5 files in your manifests. That means I have to change the "storage_path" in cut.features? So that i load_features(), it can load from the...
> Unfortunately, yes. Restoring state of the sampler is unfortunately quite tricky to do quickly, and I don’t recommend using this technique with large data. Instead, it’s easier to discard...
> No, CPU RAM usage should be bounded by buffer_size setting in the sampler. Why does the cpu memory continue to increase during training until it is full? Is it...
> You can use this pipeline to get 9-class labels: > > ``` > from funasr import AutoModel > > model = AutoModel(model="iic/emotion2vec_plus_large") > > wav_file = f"{model.model_path}/example/test.wav" > rec_result...