ndcuong91 / DeepLearning

4 stars 1 forks source link

Very low accuracy! #1

Open ss481 opened 6 years ago

ss481 commented 6 years ago

Hey @titikid I download the model mobilenet_ssd_300-0000.params and mobilenet_ssd_300-symbol.json and I am training with my set of images. The accuracy I got after 50 epoch is 0.15, this is very low and the training is not going really well. Did this model is pretrained? What do you think is the problem?

ndcuong91 commented 6 years ago

This is pretrained model. You don't need to fine tune again. You should normalize input data in preprocessing part before feed to model.