You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: