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
Very cool project. I want to use this as a starting point to hopefully try a few more things out. One question regarding the code is lstm.py:
In line 42: notes_to_parse = s2.parts[0].recurse()
You are using only the first part and not the others ? Am I missing something or why do you ignore the other parts ?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello @Skuldur,
Very cool project. I want to use this as a starting point to hopefully try a few more things out. One question regarding the code is lstm.py:
In line 42: notes_to_parse = s2.parts[0].recurse()
You are using only the first part and not the others ? Am I missing something or why do you ignore the other parts ?
Thanks in advance
The text was updated successfully, but these errors were encountered: