__MHGL__
__MHGL__
## 🐛 Bug I get an error - loop in forward and loop count num from input x - call torch.quantization.quantize_fx.prepare_fx ## To Reproduce Steps to reproduce the behavior: 1....
**bug描述** 在转化coreml过程中,如果代码中存在pytorch双线差值上采样,在ios13上会报错,在ios14上可以顺利执行。 **如何复现** 复现步骤: ```python3 # -*- coding:utf-8 -*- import torch from torch.nn import functional as F class MyModule(torch.nn.Module): def __init__(self): super(MyModule, self).__init__() ... def forward(self, x): return F.interpolate(x, scale_factor=2,...
## question I get this error while convert module to tensorrt - module has 5 down sample - upsample at last down sample - torch.cat ## To Reproduce Steps to...
## 🐛 Bug I get this error while convert yolov5 Focus module to ncnn ## To Reproduce Steps to reproduce the behavior: 1. code example ```python3 import torch # init...
## 🐛 Bug I get an error - reigster_buffer in Module - onnxruntime on onnx from torch.onnx.export ## To Reproduce Steps to reproduce the behavior: 1. code example ```python3 import...
## 🐛 Bug I get an error - if-else in forward method - call torch.quantization.quantize_fx.prepare_fx ## To Reproduce Steps to reproduce the behavior: 1. code example ```python3 import torch from...
## 🐞Describe the bug I got this error while: nn.BatchNorm2d -> torch.jit.script -> coreml ## Trace ```python3 Traceback (most recent call last): File "mini_code.py", line 13, in model = ct.convert(...
## 🐞Describe the bug torch_model -> torch.jit.script -> coreml I got this error while try to setattr in forward. ## Trace ```python3 Traceback (most recent call last): File "mini_code.py", line...
## 🐞Describe the bug I got this error when convert coremlmodel after torch.jit.freeze ## Trace ```python3 Traceback (most recent call last): File "mini_code.py", line 15, in model = ct.convert( File...
## 🐞Describe the bug I got this error when convert coremlmodel after torch.jit.freeze ## Trace ```python3 Traceback (most recent call last): File "mini_code.py", line 15, in model = ct.convert( File...