mobilenet_v2_ssdlite_keras icon indicating copy to clipboard operation
mobilenet_v2_ssdlite_keras copied to clipboard

How sub_sample the weights?

Open zhoujinhai opened this issue 5 years ago • 5 comments

@markshih91, I want to training the model on my dataset that have two classess, how to sub-sample the weight tensors of all the classification layers?

zhoujinhai avatar Sep 12 '19 07:09 zhoujinhai

The original writer of this SSD implementation has a very nice tutorial for that: https://github.com/pierluigiferrari/ssd_keras/blob/master/weight_sampling_tutorial.ipynb

DubiousCactus avatar Sep 12 '19 11:09 DubiousCactus

yes, I have tried it, and change the layers name from conv4_3_norm_mbox_conf to ssd_cls1conv2, but it show that bias:0 does not exist after running.

zhoujinhai avatar Sep 15 '19 08:09 zhoujinhai

Well I can't help you, I haven't tried it myself...

DubiousCactus avatar Sep 17 '19 16:09 DubiousCactus

Ok Thanks

发自我的iPhone

------------------ Original ------------------ From: Théo Morales <[email protected]> Date: Wed,Sep 18,2019 0:20 AM To: markshih91/mobilenet_v2_ssdlite_keras <[email protected]> Cc: zhoujinhai <[email protected]>, Author <[email protected]> Subject: Re: [markshih91/mobilenet_v2_ssdlite_keras] How sub_sample the weights? (#3)

Well I can't help you, I haven't tried it myself...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

zhoujinhai avatar Sep 17 '19 23:09 zhoujinhai

yes, I have tried it, and change the layers name from conv4_3_norm_mbox_conf to ssd_cls1conv2, but it show that bias:0 does not exist after running.

I met the problem,too. Have you solve it? Please help me.

liguilan1227 avatar Jul 18 '20 08:07 liguilan1227