MobilenetV3-Tensorflow icon indicating copy to clipboard operation
MobilenetV3-Tensorflow copied to clipboard

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

Results 5 MobilenetV3-Tensorflow issues
Sort by recently updated
recently updated
newest added

Thank you for your excellent implementation of mobilenet-v3. However, it has been puzzling me that I cannot reach the same top-1 and top-5 precision and recall scores as the same...

Can you share the pretraining model on the Imagenet dataset? Thank you

There are 33.6M when I use the 'saved_model' pattern to save the mobilenetv3_large_1.0 models. Is there anything wrong that I can deal with?

Hi @frotms , @mttbx, @MenSanYan, Based on your [mobilenet_v3.py](https://github.com/frotms/MobilenetV3-Tensorflow/blob/master/mobilenet_v3.py), I added training code below but I cannot reduce training loss from 6.9. Do you have sample training code and its...