syncnet_trainer icon indicating copy to clipboard operation
syncnet_trainer copied to clipboard

Model overfitting when finetuned on smaller data

Open diksham-flwls opened this issue 1 year ago • 0 comments

Hi I am trying to finetune the model on a smaller dataset of 450 samples of greyhead renders that look like this Screenshot 2024-02-06 at 10 42 08 AM

My training loss seems to be converging but the validation loss is diverging. I am freezing everything but the final layers but otherwise using the exact same code as the repo. Screenshot 2024-02-07 at 7 41 56 PM Screenshot 2024-02-07 at 7 42 06 PM When I plot the euclidean distance of the FC layer outputs I find that the distribution is pretty overlapping for matched (green) and unmatched pairs (red). matched_and_unmatched_pair_dist

diksham-flwls avatar Feb 08 '24 18:02 diksham-flwls