George McIntire
George McIntire
I keep getting this error when I try to install the notebook themes wget: invalid option -- '0' Usage: wget [OPTION]... [URL]...
I'm trying to run a VGG genre classifier in Google Colab but I keep use it because this error keeps popping up and I don't know what to do. Thanks....
When I try to run the following command `docker run -ti --rm -v `pwd`:/essentia mtgupf/essentia python3 test.py` It gets an import error when I try to import `TensorflowPredictVGGish` Why can't...
This code produced the following error `model = maest(arch="discogs-maest-30s-pw-73e-ts")` `signal, sr = librosa.load(song_file, sr =16000)` `activations, labels = model.predict_labels(signal)` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[12], line 1...