Ryan_J
Ryan_J
such as max_step_num?
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
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'...
Hello, first of all, thank you very much for your excellent open-source code. However, I encountered some problems while using it. I used the provided Instructor-large model weight finetune to...
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?