yqrickw20

Results 2 issues of yqrickw20

## 🐞Describing the bug The output of converted Coreml model and original Pytorch model is different. Obvious mismatch is observed. I also notice that there are some similar issues that...

bug
triaged
PyTorch (traced)

### Description Hi, I encounter following error when exporting sentence-tranformers/all-MiniLM-L6-v2 (a pytroch model) to a Coreml model. ` python -m exporters.coreml --model=sentence-transformers/all-MiniLM-L6-v2 exported/` ``` Using framework PyTorch: 1.12.1 Overriding 1...