In the assignment it says: “After submitting your assignment later, try re-running this notebook but use the original resolution of 300x300”.
I was wondering how that worked, because if you change the input_shape of the inception_v3 model, the numbers of parameters for all the layers will be different… so how come that you can still use the downloaded inception V3
weights?
If you change the input_shape should you not retrain the whole model again?