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

Why start from 2? #61

Open
9B8DY6 opened this issue Jul 26, 2022 · 0 comments
Open

Why start from 2? #61

9B8DY6 opened this issue Jul 26, 2022 · 0 comments

Comments

@9B8DY6
Copy link

9B8DY6 commented Jul 26, 2022

self.target_frame_inds = np.arange(2, len(self.spectrogram) // self.audio.num_bins_per_frame - 2)
In voxtest_dataset.py L107, target frame index starts from 2. But in the paper, it starts from 1 (it means start from 0 in python).
I don't understand why it is.
Thanks.

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