About jazz improvisation with lstm

Hi ! In this assignment i passed all the test and got the expected output but still it gives zero marks to me so how to figure it out

the output grader is showing error like ‘Comment line with index: UNQ_C3 wasn’t found in code’ so please help me to figure it out

Hey @Keval,

This is from Course 5, right?
Anyways, this sounds like maybe a marker around the predict_and_sample function might be missing.

The function’s header should be:

# UNQ_C3 (UNIQUE CELL IDENTIFIER, DO NOT EDIT)
# GRADED FUNCTION: predict_and_sample

def predict_and_sample(inference_model, x_initializer = x_initializer, a_initializer = a_initializer, 
                       c_initializer = c_initializer):

I hope that helps!

2 Likes

Thank you very much it works for me thanks for your help :slight_smile: