MobileNet icon indicating copy to clipboard operation
MobileNet copied to clipboard

MobileNet build with Tensorflow

Results 47 MobileNet issues
Sort by recently updated
recently updated
newest added

你好, ![6c7b94696e4ef5f7508b55d8b0f44a0](https://user-images.githubusercontent.com/72257490/158053761-4c9e9802-fb01-4f7f-bd91-a932a43da6de.png)请问这个公式的下标都代表什么含义??

> ValueError: Cannot feed value of shape (1, 224, 224, 3) for Tensor 'import/fifo_queue_Dequeue:0', which has shape '(32, 224, 224, 3)' ``` import tensorflow as tf from scipy.misc import imread,...

为什么这么多人都用slim,而现在slim要被遗弃呢。好烦。

I have trained mobilenet from scratch with my custom dataset. Can you guide me how to evaluate my model using the validation set(tfrecord files) and eval_image_classifier.py and save the results...

Dear Zehao Shi, I am receiving the following error while running your model. (?, ?, 3) Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\framework\common_shapes.py", line 671, in _call_cpp_shape_fn_impl input_tensors_as_shapes, status) File...

When set up the configurations for train_mobilenetdet_on_kitti.sh, where is the model file to restore? use the offical released versions from here(https://github.com/tensorflow/models/blob/master/research/slim/nets/mobilenet_v1.md) would be OK? For example: 1. download MobileNet_v1_1.0_224 2....

同样的数据集,为什么我用resnet一下就收敛了,但是moblienet却收敛不了,是网络特性的原因吗

I train mobilenet_v1 for many times, but the loss doesn`t down to 1.xxx, but aways be 2.xxx, and the accuracy is just about 54%,what is wrong?

I want to use my picture to train. and pic size is 448 *448,but vgg doesn‘t work ,how i can modify the net ?