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
Shouldn't it be printed after text.split(' ')? Because you mentioned in the blog that this is the number of words(including bars) in the corpus, which is 2,141,692 if we print it here. But if we print it after the split, the number will be 185760.
Also, for the "total number of words", you mentioned in the blog that it is 119, but I found that 119 contains one empty string (''), is that one really needed?
And for the line:
if__name__=='__main__':
formaxlenin [256]: # for wrod, 256 is about 32 bars.
Since you quantised the note into 16th note, shouldn't 256 be 16 bars?
The text was updated successfully, but these errors were encountered:
Hi, I have some questions about the numbers that you mentioned in the comment and in the blog. https://keunwoochoi.wordpress.com/2016/02/23/lstmetallica/.
In the code segment in main_lstM_etallica.py:
The line:
Shouldn't it be printed after text.split(' ')? Because you mentioned in the blog that this is the number of words(including bars) in the corpus, which is 2,141,692 if we print it here. But if we print it after the split, the number will be 185760.
Also, for the "total number of words", you mentioned in the blog that it is 119, but I found that 119 contains one empty string (''), is that one really needed?
And for the line:
Since you quantised the note into 16th note, shouldn't 256 be 16 bars?
The text was updated successfully, but these errors were encountered: