Hi everyone,
I hope you’re all enjoying the TF1 Course 2 Week 3 content on Transfer Learning in the Horses vs. Humans assignment. I wanted to discuss a particular issue I encountered during the assignment related to the create_final_model
and the failed tests for it.
In the assignment, we are required to use a custom callback to stop training the model when it reaches 99.9% accuracy on the validation set. To achieve this, we have the following code snippet:
While the intention of the callback is clear, it seems that some of us are facing issues with failed tests related to create_final_model
. The problem might arise from multiple sources, such as incorrect implementation of the callback, the model architecture, or even the dataset preprocessing.
If you have successfully completed this assignment and the tests are passing as expected, could you please share your insights or any tips that helped you overcome the issue with create_final_model
? It would be greatly appreciated by those of us who are currently facing challenges.