MobileStyleGAN.pytorch
MobileStyleGAN.pytorch copied to clipboard
conversion to coreml doesn't work
when i try to convert to coreml the code crash with: RuntimeError: PyTorch convert function for op 'numel' not implemented.
@rotem154154 which versions of pytorch and corml-tools do you use?
i tried with pytorch 1.12.0 and 1.13.0.dev20220726 both using coreml 5.2.0 and 5.0.0
@rotem154154 sorry for the late response. I checked model conversion to coreml and it works good for me with coremltools==5.2.0. Please, try to update coremltools in your python env.