Hey,
in ex3 βpredict_and_sampleβ im not sure what is wrong.
According to instructions pred.shape should be (π,ππ¦,ππ£πππ’ππ ), however i am getting (1,90).
I have used inference_model.predict with a list of the initializers as input.
previous exercises worked ok and I have used np.argmax(pred, axis=-1) for indices
Found the bug,
problem was with previous task (music_inference_model), where I have assigned outputs=out instead of outputs (and still passed the tests)