Changan Wang

Results 15 comments of Changan Wang

@czy36mengfei cmake的输出看一下

@czy36mengfei 看一下python命令默认是哪个环境?tensorflow,TF_LIB都没找到

same question. have anyone tried weight_decay?

@chanyixialex Momentum is not a part of model param, it's used by optimizer, so isn't included in the provided checkpoint

Maybe you can try [this](https://github.com/HiKapok/SSD.TensorFlow), it's easier to train.

me too! have you found a solution?

@ylqi007 [this works](https://github.com/HiKapok/SSD.TensorFlow/)

Hi, here is also one Tensorflow SE-Net with pretrained wieghts converted from Caffe. See [here](https://github.com/HiKapok/TF_Se_ResNe_t) if you are interested in.

Hi, I have also tried the original Xception backbone in my re-implementation and found it worked too. And the forward time in training for backbone network is about 20ms. But...