Weel 1 - Improvise_a_Jazz_Solo_with_an_LSTM_Network

Hi,
After the Implementation of djmodel() wrote " You now have a trained model which has learned the patterns of a jazz soloist. You can now use this model to synthesize new music! ",
but I dont understand where we use it.

Hi @Pavel_Grobov,

You sample some music in Ex 2.

Best,
Mubsi

I understood thit , but i dont see where we call the model from djmodel().
In Ex 2 I dont call it .

The model is LSTM_cell

Ok, now I get it
Thank You