Felipe Marra
Felipe Marra
### The error Stack error in the [data loader](https://github.com/MTG/mtg-jamendo-dataset/blob/1b4fa8c32e076c73b5175c1703ae805b4109309d/scripts/baseline/data_loader.py) due to tensors with different shapes. ### How to reproduce: 1. Run the preprocessing step `python3 scripts/baseline/get_npy.py run 'your_path_to_spectrogram_npy'` on the...
Loading [baseline](https://github.com/MTG/mtg-jamendo-dataset/blob/master/scripts/baseline/model.py) with its [weights](https://github.com/MTG/mtg-jamendo-dataset/tree/master/scripts/baseline/models) throws the following error: RuntimeError: Error(s) in loading state_dict for CNN: size mismatch for dense.weight: copying a param with shape torch.Size([56, 64]) from checkpoint, the...
I'm trying to fine tune MusicGen with T5. The current example I'm running uses the example dataset, with no modification in any of the original code. The command being used...