You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
thank you for your great work.
i preprocessed my data to CP.
i find that most of them are (1,512,4) but some of them are (2,512,4).
this is why?
thank you.
The text was updated successfully, but these errors were encountered:
Hi, @GuangtaoLyu.
The shape of CP data after running MIDI-BERT/data_creation/prepare_data/main.py is (x, y, z), where x is number of sequences, y is number of tokens in a sequence, z is number of channels in one CP token.
The related code of deciding number of sequences (x) is here.
---Original---
From: ***@***.***>
Date: Thu, Aug 8, 2024 02:43 AM
To: ***@***.***>;
Cc: "Guangtao Lyu ( 吕光涛 ***@***.******@***.***>;
Subject: Re: [wazenmai/MIDI-BERT] the CP token channels is not same? (Issue #15)
Hi, @GuangtaoLyu.
The shape of CP data after running MIDI-BERT/data_creation/prepare_data/main.py is (x, y, z), where x is number of sequences, y is number of tokens in a sequence, z is number of channel in one CP token.
The related code of deciding number of sequences (x) is here.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
hello,
thank you for your great work.
i preprocessed my data to CP.
i find that most of them are (1,512,4) but some of them are (2,512,4).
this is why?
thank you.
The text was updated successfully, but these errors were encountered: