MAEST icon indicating copy to clipboard operation
MAEST copied to clipboard

Pre-training, fine-tuning, and inference code with the MAEST models for music analysis applications.

Results 2 MAEST issues
Sort by recently updated
recently updated
newest added

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...

TODO: - [ ] Read `n_classes` from the model parameters.