Results 8 issues of Ryan_J

Hello, I now have features that have been extracted from the pre-trained network. Can I try to learn the representation of features from the ICH module without feature extraction?(maybe a...

Hello! I want to know if the mean-teacher parameters used on two datasets are the same. eg.update_ema_variables(model, model_ema, 0.999, float(global_step / 20)) Thank you so much.

shift(x, n_segment, fold_div=8, inplace=False, channels_range=[1,2]). Now I want to use features extracted from I3D, but I do not konw what should I change, Can you tell me the meaning of...

a

1 comment

Traceback (most recent call last): File "prepare/preprocess_hubert.py", line 9, in from hubert import hubert_model File "/root/code/so-vits-svc-5.0/hubert/hubert_model.py", line 8, in from torch.nn.modules.utils import consume_prefix_in_state_dict_if_present ImportError: cannot import name 'consume_prefix_in_state_dict_if_present' from 'torch.nn.modules.utils'...

May I ask if it is possible for us to use onnx to improve the speed of inference, and how to call the encode function in the onnx model?