Thanks to https://github.com/musikalkemist/generating-melodies-with-rnn-lstm/tree/master for huge inspiration
-| data
---| 4_extracted_processed #holds proccessed data
------| {idx}
---------| chords-context.txt
---------| chords.txt
---------| melody.txt
---| transposed_midi #holds midi data that will be proccessed
------| {idx}
---------| midi-chords.mid
---------| midi-melody.mid
---| tensors #holds music data divided into sequences
------| {idx}.pt
---| tensors_video #holds video data divided into sequences
------| {idx}.pt
-| src
... # the same as in repo
-| weights
---| {idx}
------| chords_model_weights.pth
------| melody_model_weights.pth