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

Are we extracting a constant value (in the same index within "audio") as the target y-value? #2

Open
thuann2cats opened this issue Apr 9, 2024 · 0 comments

Comments

@thuann2cats
Copy link

y_cur = audio[receptive_field_size]

Hi, I am a grad student at Georgia Tech, trying to learn WaveNet through your implementation. Thanks for building this. I have a question though: why is this line extracting y_cur like this? If you always extract "receptive_field_size" index from "audio," we would be extracting the same y-value for every audio segment in X. I was wondering if this is the intention?

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