C2W3 assignment - Transfer learning performance

The performance of my model was awful. I noticed that after the preprocess function,
We do not have an “Optimize the dataset for training” cell like we had in Lab 1 of week 3. with that, we do not cache(), shuffle() and prefetch(). Could this be the reason for the bad performance?
Epoch 100 of 100

hi @eciuffo

did you recall the input and weights correctly?

Thank you so much Deepti. It turned out that my weight was still set to None. After some tweaking on the learning rate, I achieved a 100% accuracy.


1 Like