prisma-ai / torch2coreml

Torch7 -> CoreML
MIT License
384 stars 54 forks source link

Issue with CycleGAN models #21

Open devajith opened 6 years ago

devajith commented 6 years ago

i'm trying to convert one of the CycleGAN pre trained model with 'convert-fast-neural-style.py'. i got the output model but when i used it in my app, not getting the expected output. I guess the issue with arguments provided inside the 'convert-fast-neural-style.py'. is there any way i can inspect a pre trained model to find the correct arguments for the conversion.

Model Used : https://people.eecs.berkeley.edu/~taesung_park/CycleGAN/models/apple2orange_cpu.t7

hankobe commented 6 years ago

@devajith I got the same issue about converting the CycleGAN model. And now do you solve the problem of that? If so, could you send the converted CycleGAN .mlmodel to me? My email is hz521314@gmail.com . Thank you very much.