-
### 🐛 Describe the bug
I can successfully export the vulkan pte. When I run the model with
```sh
./backends/vulkan/vulkan_executor_runner --model_path /scratch/models/vulkan_mobilenetv2.pte
```…
-
**Describe the bug**
Facing hang issue while generating performance sheet for MobilenetV2
**To Reproduce**
Steps to reproduce the behavior:
1. Checkout [keerthanar/mobilenetv2_new_conv_ttnn](https:/…
-
I'm trying to compile MobilenetV2 with torch_mlir, but I get the following error
```
Traceback (most recent call last):
File ".........../mobilnet/main.py", line 44, in
module = torch_mlir.…
-
Describe the bug
Need support for AdaptiveAvgPool2d for MobilenetV2 model
Torch link: https://pytorch.org/docs/stable/generated/torch.nn.AdaptiveAvgPool2d.html
Torch AdaptiveAvgPool2d used in Mobil…
-
Hello @cogaplex-bts
Will it be possible to add the MobileNetV2 trained model to the model zoo?
I would really appreciate being able to download it.
Thank you!
-
非常感谢出色的工作。
想问一下,哪里可以下载MobileNetV2预训练模型吗?
-
Can you write the MobileNetv2-train.prototxt ?
-
Thanks for the example, but a number of questions arise:
1. Will such a method work correctly on an already trained MobileNet model ? After all, we violated the internal architecture of the model. …
-
### Describe the issue
Running a model for N iterations in a single ONNX session is way faster than running the same model in 2 independent sessions, each session is run for N/2 iterations each.
¿W…
-
采用yolo_mobilev2 DEPTHMUL=0.5 训练的模型在用nncase量化时出现“KPU allocator cannot allocate more memory”问题,这个问题要怎么解决呢,需要该mobilenetv2的网络结构吗