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

An option to specify the timestep (hop size) for prediction #18

Closed
jongwook opened this issue May 30, 2018 · 0 comments
Closed

An option to specify the timestep (hop size) for prediction #18

jongwook opened this issue May 30, 2018 · 0 comments

Comments

@jongwook
Copy link
Member

At the moment the predictions are calculated for every 10 milliseconds.

It'd be good to have an option to specify this interval, to compensate between the time precision and the time it takes to run the prediction.

Since we use 16kHz, 1 millisecond corresponds to 16 samples, and we'd get integer hop sizes for time steps given in integer multiples of milliseconds.

jongwook added a commit that referenced this issue May 31, 2018
added command-line option --step-size (#18)
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