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

Update ndarray dep #925

Open
pmalex opened this issue Jan 9, 2025 · 2 comments
Open

Update ndarray dep #925

pmalex opened this issue Jan 9, 2025 · 2 comments

Comments

@pmalex
Copy link

pmalex commented Jan 9, 2025

I'm trying to use audio mfcc preprocessing (using aubio lib) and use function windows_with_stride from ndarray crate. But this function only available since 0.16.0, but current version used by tch is 0.15.

@tye-singwa
Copy link
Contributor

Hey @pmalex, i encounter same issue, added PR to update ndarray #919, while it is not merged you can use

tch = { git = "https://github.com/LaurentMazare/tch-rs.git", rev = "refs/pull/919/head" }

in Cargo.toml

@LaurentMazare
Copy link
Owner

Merged now, 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

3 participants