Maxxam

Results 2 comments of Maxxam

@azman63 i suppose, from this: wav, _ = librosa.load(wav_path) to this: wav, _ = librosa.load(wav_path,sr=16000)

you can use PYTHONPATH env variable as workaround: `max@sauron:/opt/CSI-Net$ PYTHONPATH=./model/ python test.py` but after i got this error: `Traceback (most recent call last): File "test.py", line 41, in predict_label =...