Course 5: Week 1: Music inference model (LSTM)

PLEASE FIX this:
Add: LSTM_cell = LSTM(n_a, return_state = True)
Before:
inference_model = music_inference_model(LSTM_cell, densor, Ty = 50)

I just spent several days on this.

PS. love the courses.

3 Likes