Spaces:
Running
on
A10G
Running
on
A10G
loading my trained model // Error: AssertionError: Cannot stride by more than max generation duration.
#76
by
deleted
- opened
I further trained the model on my data (facebook/musicgen-small), but when loading the model I received the following error with this code:
import audiocraft.models
model = audiocraft.models.MusicGen.get_pretrained('/mnt/my_audio_lm/')
path '/mnt/my_audio_lm/' - mine is kept there state_dict.bit and compression_state_dict (link to facebook/musicgen-small)
What causes this error?
+++