Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpectrogramGenerator Exception: [Errno 2] No such file or directory: #37

Open
nursumusod opened this issue Jun 5, 2022 · 3 comments
Open

Comments

@nursumusod
Copy link

does anyone know where is wrong with this? i already tried setting the file_name to <os.path.abspath> but still the problem persists.

err

.``

errr

@Makabongwe-M
Copy link

Hi @nursumusod it might be a problem with your input files. Are your input files at least 10 seconds long?

@nursumusod
Copy link
Author

hi, the audio length based on the repo says 3 secs. how to check in the command line btw if it requires 10secs?

@Makabongwe-M
Copy link

Hi there, please see this [issue] (#12 (comment)) . I had a similar issue when I trained on 10 second segments and tried to infer on shorter lengths. If you trained on 3 seconds, then you should be inferring on segments that are 3 seconds or greater. The length configuration happens during data preprocessing and then the necessary changes before you train.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants