Open raphkhan opened 3 years ago
Yeah i think that part went wrong when i try the model in my dataset and get minus value in the len(pairs)-self.group_size, my pairs size is (1,2,512)
Did you by any chance solved it? And know how? Sorry I know it's an old issue.
Hi, thanks for your amazing work.
I'm trying to finetune your model on a smaller dataset (292 midi files). I'm using the
REMI-tempo-chord-checkpoint
as the base model. However, my checkpoints are saved with aNAN
value, from the first epoch (e.g,model-000-nan.data
)I also have this two warning messages during the training process:
I first checked if something was wrong during the event extraction. It seems that the extraction worked well:
len(all_events)=292
that is the size of my dataset. Same withall_words
.However, the segments length is only 3. That means
training_data = 3
andnum_batches = 0
So I guess something went wrong in that part, but I don't know how to fix it:
Does anyone have an idea how to fix it? Thanks a lot