Timothy Kautz

Results 3 issues of Timothy Kautz

Adds image2image functionality. In Python, a new CoreML model can be generated to encode the latent space for image2image. The model bakes in some of the operations typically performed in...

When trying to convert either the Decoder or the UNET with flexible shapes, coremltools fails. The first op to blame is the `group_norm` op. I found a related issue: [https://github.com/apple/coremltools/issues/1303](https://github.com/apple/coremltools/issues/1303)...

I've experienced multiple kernel panics trying to create a model with latent space of 64w-96h. I was able to do this without much problems when `--attention-implementation ORIGINAL` was used and...