David Kossnick
Results
2
issues of
David Kossnick
## 🐞Describe the bug In converting the PyTorch pretrained Progressive GAN model to CoreML (https://pytorch.org/hub/facebookresearch_pytorch-gan-zoo_pgan/), I am encountering a fatal error in the onnx to coreml conversion step. See below...
bug
## 🐞Describe the bug When converting a model that has a Slice op immediately after an Expand op, it crashes. ## Trace ``` Requirement already satisfied: onnx==1.6.0 in /usr/local/lib/python3.6/dist-packages (1.6.0)...
bug