I am getting the following error for “create_pre_trained_model“ segment of the C2W3 programming assignment:
Unit tests have been passed and raise no errors, but the submission doesn’t accept this specific task.
Does anybody know how to resolve this?
If:
- Path to the weights file is specified correctly.
- Global variables aren’t used unless required.
- You’ve tried
#grade-up-to-here as mentioned at top of the notebook to figure the mistake
- Refreshed your workspace (since changes might not have been saved before submitting or notebook metadata might be corrupt)
Please click my name and message your notebook as an attachment.
also you probably edited or deleted something that autograder looks in the grade function cell where you write the code.
So to have successful submission only write codes between ###Start your code here ### to ###end yoir code here###
deleting any grade function header or part of the arguments can also lead to such error feedback.
good luck!
I have sent the notebook and a message, thank you.
@swat6296
I just submitted the notebook you messaged and got the full score. It’s possible that you didn’t save changes before submitting. Please upload the same notebook via the jupyter lab interface and submit again. Remember to keep the name as C2W3_Assignment.ipynb
2 Likes
This resolved the issue, thank you!
1 Like