-
Thanks for your nice work and codes!
I found that files _**quant_layer.py**_ in CIFAR10 and ImageNet are different. Can you please tell me why there exit two versions? BTW, I plan to utilize quant…
-
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?
-
Hello. I wonder if the CNTK team will offer more kinds of pretrained models (like DenseNet, DPN, mobilenet).
If you do not have a plan, can I contribute a pretrained model to you after making any of …
-
Thanks for sharing your great work!
The MobileNet-v1 you trained achieved 72.9 top-1 acc. which surpasses the reported number (70.6) in original paper by a large margin. Could you please explain th…
-
how can i choose the model of openpose during training?
the default is mobilenet_thin!
i wanna to compare accuracy using different models
-
I see you have speed up the ssd mobilenet v1 fpn model.
How to check your source code about speed up this model?
-
I initially followed [this tutorial](https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/install.html#tf-models-install-coco) to fine tune a SSD MobileNet v2 320x320 model from t…
-
Epoch 3/30
306/306 [==============================] - 255s 834ms/step - loss: 35.1770
Traceback (most recent call last):
File "train_Mobilenet.py", line 200, in
_main()
File "train_Mobil…
-
python -u train.py --batch_size=64 --dataset='pascalvoc' --pretrained_model='pretrained/pretrained/mobilenet_v1_imagenet.tar.gz'
----------- Configuration Arguments -----------
ap_version: 11poi…
-
Hello
- I am trying to load a MobileNet model using KIEngine.loadModel(model)
- I get Unsupported Operation error and I could see QuantizeLinear is not supported yet from KIOperatorFactory
Ma…