frotms / MobilenetV3-Tensorflow

the multi-GPUs implementation of mobilenet v3 in tensorflow with tf.layers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mttbx opened this issue · comments

commented

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

commented

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

commented

1

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

commented

yeah, my mistake