When grading, my create_pre_trained_model only earns 19/25 points due to this explanation:
I believe I did that part correctly in code. Running their cells yield no problem. Running “unittests.test_create_pre_trained_model(create_pre_trained_model)” cell says “All tests passed!” but grading is not perfect on that function. Did I miss something?
1 Like
To help me assist you,
Please click on my name to start a private message. Then, attach your notebook as a .ipynb file. Please note that mentors cannot access your Coursera Jupyter workspace, so sending the notebook in a .ipynb format is essential.
Do you have a good reason for not using LOCAL_WEIGHTS_FILE
to initialize the weights of pre_trained_model
?
Thank you for identifying that mishap of mine. It’s now solved.
1 Like