noise_supression
noise_supression copied to clipboard
AttributeError
Steps:
- apt install git-lfs
- git clone https://[email protected]/nsu-ai-team/noise_supression.git
- python setup.py install
from noise_supression.enhance_audio import AudioEnhancer ae = AudioEnhancer()
AttributeError: module 'noise_supression' has no attribute 'enhance_audio'
Hello!
Try installing the package in the python environment with the following command: pip install git+https://[email protected]/nsu-ai-team/noise_supression.git
Hi
Trying to install using the git link but the tensorflow version 1.12.0 is no longer supported so it breaks the package.After modifying the setup.py with tensorflow version 1.15.0 installs the package but even i'm facing the above error that it's unable to locate the function.