-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate.
- [X] Provided a clear description of your suggestion.
- [X] Included any relevant context or examp…
-
想全志A133 OPENCL性能测试,用下面的命令跑起来后发现CPU 一直有一个核被占用100%,GPU 利用率在30-40%的样子,这个正常吗,opengl 模式怎么会消耗CPU资源这么多
./benchmark_bin \
--model_file=MobileNetV3_small_x1_0_infer/inference.pdmodel \
--param_fil…
-
Hi,
For MobileNetV3, seems that you have done several modifications on the original implementation: disable h-swish, remove non-linear funtion in DW, add extra non-linear funtion after SElayer, cha…
-
I want to do transfer learning using MobileNetV3. I see on [here](https://github.com/keras-team/keras-applications/blob/master/keras_applications/mobilenet_v3.py) that MobileNetV3 is available, but I …
-
您好,非常好的一个仓库!请问是否有mobilenetV3版本的网络权重
-
Does it support mobilenetv3?
-
mobilenetv3网络是你自己编写的还是来自gluoncv?
-
**Describe the bug**
I cannot quantize Mobilenetv3 from keras2 because the hard-swish activation fuction is implemented as a TFOpLambda.
**System information**
tensorflow version: 2.17
tf_ke…
-
**I want to run my training process with the command:**
!python train.py --data data_configs/data_training.yaml --epochs 40 --model fasterrcnn_mobilenetv3_large_fpn --project-dir fasterrcnn_mobilen…
-
Thank you for sharing this work. It helps me a lot.
I am trying to use mobilenetv3 backbone but I got some weight size mismatching problems.
I used the below additional script for mobilenetv3. Is …