john-rocky / CoreML-Models

Converted CoreML Model Zoo.
1.23k stars 111 forks source link

mobilestyleGAN with W+ input #4

Open rotem154154 opened 2 years ago

rotem154154 commented 2 years ago

I want coreml model of stylegan that can get as input W+ latent vector with shape (18 , 512) the coreml model you provid takes as input latent vector from W space with shape (1,512)

do you know how to convert mobilestyleGAN to coreml with W+ style? thanks

john-rocky commented 2 years ago

Hi.

I think the feature like that have not been implemented in original repo yet.

Am I correct?