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

SyntaxError: invalid syntax/ Indices are meant to be sequential #5

Open
imchukwu opened this issue Mar 18, 2018 · 1 comment
Open

Comments

@imchukwu
Copy link

imchukwu commented Mar 18, 2018

Hi @zhr1201

In your SENN_audio_eval.py file line 151 to be precise. it throws an error of Invalid syntax. (Though i just started using python with this speech enhancement problem am doing). I know the syntax error is from the ":" can you give me a walk around on this?
out_audio[i * NMOVE: i * NMOVE + NFFT] += frame_out_tmp * 0.5016
And also indices needs to be sequential, say 0,1,2,... but with this it will be skipping some values. well a work around will do. thanks
I hope i explained my challenge well.

@imchukwu
Copy link
Author

Sorry it was my limited understanding of python.

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

1 participant