deepfillv2-pytorch icon indicating copy to clipboard operation
deepfillv2-pytorch copied to clipboard

Error during Core ML conversion

Open ConradoMateu opened this issue 1 year ago • 0 comments

Hello!

First I want you to thank you because you did a really great job migrating this awesome DeepFillV2 to Python. Also than you for implementing the GUI. @nipponjo

But I cannot make this work when converting it to Core ML. Is it nearly done but when is about to finish I get this error:

Converting PyTorch Frontend ==> MIL Ops: 84%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▉ | 518/619 [00:00<00:00, 3312.17 ops/s] Error during Core ML conversion: ('Op "706" (op_type: conv_transpose) Input weight must be const at compile time', 'weight', 'wi_center')

Do you have any idea why this is happening? Thanks in advance

ConradoMateu avatar May 02 '23 09:05 ConradoMateu