chuanqi305 / MobileNetv2-SSDLite

Caffe implementation of SSD and SSDLite detection on MobileNetv2, converted from tensorflow.
MIT License
448 stars 231 forks source link

batchnorm sub #52

Closed roadcode closed 5 years ago

roadcode commented 5 years ago

In dump_tensorflow_weights.py,

         if 'BatchNorm/batchnorm/sub' in t.name or 'biases' in t.name:
              paratype = 'biases

is the sub node conv bias?