Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

validation loss get saturated #160

Open
amindehnavi opened this issue Jul 24, 2021 · 0 comments
Open

validation loss get saturated #160

amindehnavi opened this issue Jul 24, 2021 · 0 comments

Comments

@amindehnavi
Copy link

Hi everybody
I use VOC dataset to train MobileNet_v2. first I separate the VOC dataset and use the images that contain only person labels. then I start training the MobileNet_v2 with these images and their corresponding labels, but after about 100 epochs, validation loss get saturated and doesn't decrease (I'm sure that my dataset is correct!).

To make sure the network is working properly, use different optimizer like Adam and learning rate schedulers like MULTISTEPLR. ONECYCLELR, REDUCELRONPLATEAU and COSINEANNEALINGLR all from Torch implemented schedulers. also I tested different scenarios in freezing backbone and extra layers. unfortunately in the best case the accuracy of trained net reached to %68 for single class detection i.e. Person. while in repository is said that they have reached to %68 on 20 class dataset and I expected to reach about %80 in accuracy for person detection (furthermore I use pretrained weights that exist in this repository).

does anyone has an idea what should I do to increase the accuracy?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant