frotms / MobilenetV3-Tensorflow

the multi-GPUs implementation of mobilenet v3 in tensorflow with tf.layers
Apache License 2.0
90 stars 39 forks source link

you lost the last bottle net layer (kernel 5, out 960) #2

Closed mttbx closed 5 years ago

mttbx commented 5 years ago

you lost the last bottle net layer (kernel 5, out 960)

frotms commented 5 years ago

here is the last bottle net layer (kernel 5, out 960) @mttbx https://github.com/frotms/MobilenetV3-Tensorflow/blob/master/mobilenet_v3.py#L272

mttbx commented 5 years ago

there are two conv layer which is kernel 5x5 and out 960, you only have one.

mttbx commented 5 years ago

1

frotms commented 5 years ago

@mttbx I think there is just one convolution layer that out 960.

mttbx commented 5 years ago

yeah, my mistake