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 am currently using Essentia for research purposes and aiming to extract mood-related features from audio data. However, I have encountered frequent errors when attempting to use the TensorflowPredict2D algorithm, and I would appreciate your guidance on the following questions:
1️⃣ Does Essentia 2.1-beta6-dev include TensorflowPredict2D?
My installed version is 2.1-beta6-dev, but when I check the available algorithms using dir(essentia.standard), TensorflowPredict2D is not listed.
Has this function been removed or is it included in a different version?
2️⃣ How can I use TensorflowPredict2D in my current setup?
If it is not included in Essentia 2.1-beta6-dev, are there alternative ways to use it?
Would upgrading to a different Essentia version or building from source be required?
3️⃣ Alternative Models and Methods
Currently, my installation supports the following models and algorithms:
['TensorflowInputFSDSINet', 'TensorflowInputMusiCNN', 'TensorflowInputTempoCNN', 'TensorflowInputVGGish', 'MusicExtractor', ...]
Given my available models, is there another way to extract mood information (e.g., using mood_sad-openl3-music-mel128-emb512-1.pb)?
Any insights or guidance on these issues would be greatly appreciated. Thank you in advance for your support!
Best regards,
Alice
The text was updated successfully, but these errors were encountered:
Dear Essentia Community,
I am currently using Essentia for research purposes and aiming to extract mood-related features from audio data. However, I have encountered frequent errors when attempting to use the TensorflowPredict2D algorithm, and I would appreciate your guidance on the following questions:
1️⃣ Does Essentia 2.1-beta6-dev include TensorflowPredict2D?
My installed version is 2.1-beta6-dev, but when I check the available algorithms using dir(essentia.standard), TensorflowPredict2D is not listed.
Has this function been removed or is it included in a different version?
2️⃣ How can I use TensorflowPredict2D in my current setup?
If it is not included in Essentia 2.1-beta6-dev, are there alternative ways to use it?
Would upgrading to a different Essentia version or building from source be required?
3️⃣ Alternative Models and Methods
Currently, my installation supports the following models and algorithms:
['TensorflowInputFSDSINet', 'TensorflowInputMusiCNN', 'TensorflowInputTempoCNN', 'TensorflowInputVGGish', 'MusicExtractor', ...]
Given my available models, is there another way to extract mood information (e.g., using mood_sad-openl3-music-mel128-emb512-1.pb)?
Any insights or guidance on these issues would be greatly appreciated. Thank you in advance for your support!
Best regards,
Alice
The text was updated successfully, but these errors were encountered: