yuxiaohui78
yuxiaohui78
## 🐞Describing the bug My model uses the function torch.tensordot() and I tried to convert my model to CoreML model. But I got the error below: ### RuntimeError: PyTorch convert...
## 🌱 Describe your Feature Request My model uses Pytorch view_as_complex function. I found the current coremltools doesn't support that. The error in the current version is **RuntimeError: PyTorch convert...
## 🐞Describing the bug I just used torch.jit.script to script model and convert it. It had a 'not implemented' error for 'len' function. ## Stack Trace File "/Users/xxx/lib/python3.7/site-packages/coremltools/converters/mil/frontend/torch/load.py", line 99,...
For the example, https://github.com/pytorch/android-demo-app/tree/master/HelloWorldApp When I updated the dependencies in the build.gradle from 1.9.0 to 1.12.2. The output of the model is wrong. replace: implementation 'org.pytorch:pytorch_android_lite:1.9.0' implementation 'org.pytorch:pytorch_android_torchvision:1.9.0' with: implementation...
Add the neutral button