You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the visqol in my project virtual environment, and when running the following code in the project virtual environment, I encountered an error of "ModulaNotFoundError: No module named src". What could be the cause of this and how can I solve it? I'm looking forward to your reply. Thank you.
`
def eval_visqol(clean_ref, noisy_deg, sr):
model_path = "./visqol_models/libsvm_nu_svr_model.txt"
try:
config = visqol_config_pb2.VisqolConfig()
config.audio.sample_rate = sr
config.options.svr_model_path = model_path
I installed the visqol in my project virtual environment, and when running the following code in the project virtual environment, I encountered an error of "ModulaNotFoundError: No module named src". What could be the cause of this and how can I solve it? I'm looking forward to your reply. Thank you.
`
def eval_visqol(clean_ref, noisy_deg, sr):
model_path = "./visqol_models/libsvm_nu_svr_model.txt"
try:
config = visqol_config_pb2.VisqolConfig()
config.audio.sample_rate = sr
config.options.svr_model_path = model_path
if name == 'main':
REF_FILE = 'origin.wav'
DEG_FILE = '/denoising.wav'
`
The text was updated successfully, but these errors were encountered: