asapinto

Results 14 issues of asapinto

First of all, I'm aware of previous issues regarding conda, as [#777](https://github.com/MTG/essentia/issues/777) or [#673](https://github.com/MTG/essentia/issues/673) (which I submitted myself). So, right now, I'm able to use Essentia under a conda environment,...

builds

When I'm importing madmom, I get the following error: `numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject` ### Information about installed software...

Hi! I'm pretty sure I've followed every guideline, but btrack object is never recognized in Max (in MacOs Sierra). Any hints? Thanks in advance.

**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): MacOs M1 (12.0 Beta Monterey) - TensorFlow version and how it was installed (source or binary): 2.5.0 (pip) -...

optimizers
macos

Hi! I'd like to know if there's an "easy" way to create a listening test where the user makes a group of options, then (in background) the corresponding wav file...

Is there any way to get the ATH date?

I'm getting this error when I try to import from madmom: ``` Exception has occurred: ImportError cannot import name 'MutableSequence' from 'collections' (/Users/machine/miniforge3/envs/22env/lib/python3.10/collections/__init__.py) from madmom.audio.spectrogram import FilteredSpectrogramProcessor, LogarithmicSpectrogramProcessor, SpectrogramDifferenceProcessor ```...

What is kw_fit? I'm trying to make lr_finder work with a keras.Sequence, but I'm unable to do so. In my attempts, I figured out I have no idea of where...

I'm using 3rd party working code that fits a TCN-based model with model.fit(train_seq, steps_per_epoch=len(train_seq), epochs=20) where `train_seq` is a `keras.utils.Sequence` implemented by the following code: def cnn_pad(data, pad_frames): """Pad the...

I can't use Aubio plugins in Sonic Visualiser in MacOS M1. I understand this version wasn't prepared for arm64 processors, but just wanted to let you know. `/Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib Library cannot...