C5W3 Trigger_word_detection_v2a submit assignment

when i submit this assignment, it shows:
Please try optimizing the efficiency of your solution and submit again. You can also visit the discussion forum to see if your peers have experienced and found resolutions for similar errors, or if course staff have provided prior guidance for these errors… If the error isn’t resolved in 24 hours, please reach out to Coursera through our Help Center.

1 Like

Hi @Ru_WANG

Did you pass all the tests in notebook? Try lowering the complexity of your model to improve its efficiency.

2 Likes

Sorry to interrupt. What do you mean by this?

1 Like

It means simplifying its structure or reducing the number of components or features it incorporates.

1 Like

Did you add a lot of debugging print() statements, or add new cells to the notebook?

Either of those could bog-down the grader session and cause a warning.

1 Like

If the student has complied with the instructions for the notebook and passed all of the notebook tests, changing the model should not be necessary (and will like cause the grader to give zero points for having an incorrect solution).

1 Like

Oh, thanks for pointing that out.

2 Likes