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

CLAP Interrogator inference not working #1

Open
moiseshorta opened this issue Apr 21, 2024 · 0 comments
Open

CLAP Interrogator inference not working #1

moiseshorta opened this issue Apr 21, 2024 · 0 comments

Comments

@moiseshorta
Copy link

moiseshorta commented Apr 21, 2024

Hello,

I'm trying to get CLAP interrogator to work, and I keep running into this issue:

`` 112 )
113 order = 'F' if array.flags.fnc else 'C' # Fortran and not also C-order
--> 114 padded = np.empty(new_shape, dtype=array.dtype, order=order)
115
116 if fill_value is not None:

MemoryError: Unable to allocate 1.17 EiB for an array with shape (480000, 480001, 730434) and data type float64``

Is there a specific Numpy version that the package needs? Or Python version?

Also would be great to get more documentation if the audio needs to be a certain length, etc. Thanks!

@moiseshorta moiseshorta changed the title CLAP CLAP Interrogator inference not working Apr 21, 2024
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