amdegroot / ssd.pytorch

A PyTorch Implementation of Single Shot MultiBox Detector
MIT License
5.11k stars 1.74k forks source link

Is "vgg16_reducedfc.pth" updated?? #265

Open kimna4 opened 5 years ago

kimna4 commented 5 years ago

Hello,

Is the pretrained weight (vgg16_reducedfc.pth) updated when training??

(if not updated) If I hope to train "vgg16_reducedfc.pth", how I do this?

thank you in advance.

kebijuelun commented 5 years ago

It a model pretrained on imagenet, and it should be the backbone network of SSD, you only need to put this model in ./weights.

kimna4 commented 5 years ago

@kebijuelun Really thank you for reply. So.. is the backbone network freeze? (not updated?)

Thank you.

kebijuelun commented 5 years ago

@kebijuelun Really thank you for reply. So.. is the backbone network freeze? (not updated?)

Thank you.

Sorry for misunderstanding your question, the backbone network will be update in training process by default.

Yang0918 commented 4 years ago

@kebijuelun真的非常感谢您的回复。 那么..骨干网是否冻结?(未更新?) 谢谢。

很抱歉,您的问题会引起误解,默认情况下,骨干网将在培训过程中更新。

Hi,Does my vgg-16 change after every training? Do I change the VGg used in the dataset, that is, the VGg I used after training