Submitted by tsgiannis t3_10f5lnc in deeplearning
ContributionWild5778 t1_j5g6sio wrote
Reply to comment by nibbajenkem in Why a pretrained model returns better accuracy than the implementation from scratch by tsgiannis
This! I would just add that you can never find the exact reason as to why your training from scratch is giving less accuracy. Do you have enough data for all the neurons to learn the features ? Can you cross validate the validation loss of your dataset and pre-trained one ? Did you try removing/adding a dense layer to check how the performance is changed ?
Viewing a single comment thread. View all comments