You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this older version, it's clear that the 'flatten' layer used to be the one right before the dense one at the end, therefore I suggest that L232 of train.py be replaced with output=base_model.get_layer('avg_pool').output)!