Azzera filtri
Azzera filtri

VGGishPreprocess too many output arguments

2 visualizzazioni (ultimi 30 giorni)
Hi, I'm trying to follow the documented tutorial on transfer learning audio with VGGish described here: https://uk.mathworks.com/help/audio/ref/vggish.html
It seems I'm unable to run the process, gaining the error "Error using vggishPreprocess Too many output arguments."
I'm copying the code verbatim from the site so am unable to understand what's going wrong here, would love some clarity on this, thank you!

Risposta accettata

Walter Roberson
Walter Roberson il 7 Apr 2022
When you use
openExample('deeplearning_shared/TransferLearningUsingVGGishExample')
then there is a function vggishPreprocess that is at the bottom of the .mlx file.
I speculate that you copied the code without that function instead of using openExample(). In such a case, you would be at risk of instead accidentally invoking the vggishPreprocess function that is part of the Audio System Toolbox.
  1 Commento
Joshua Gardner
Joshua Gardner il 7 Apr 2022
MY HERO
that's it yeah, seems a lot of those errors arise from functions that have the same name, thank you so much for your help !

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Prodotti


Release

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by