Questions about get_downsample_rate() in upstream/mockingjay/expert.py
See original GitHub issueHi there,
There might be a possible mistake in:
def get_downsample_rate(self):
return 160
Since each audio is downsampled to 16khz, I think this should be 16?
I have the same doubt with:
example_wavs = [torch.zeros(160000, dtype=torch.float).to(device) for _ in range(16)]
in upstream/mockingjay/example_extract.py. Should it be 16000
instead?
Please let me know if I am making a mistake anywhere. Thank You.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you so much for the great explanation @andi611 ! I am constantly reading through the repo/paper with a motive of coming up with a pull request soon! Will post more questions soon on the same thread! 😃
That sounds really nice! We look forward to your pull request!