bryandlee / animegan2-pytorch

PyTorch implementation of AnimeGANv2
MIT License
4.41k stars 641 forks source link

Can face_paint_512_v2 be converted to torch mobile? #72

Closed spinoza1791 closed 2 years ago

spinoza1791 commented 2 years ago

Great work! I'd like to convert your pretrained model, face_paint_512_v2, to pytorch mobile.

from torch.utils.mobile_optimizer import optimize_for_mobile

Do you know the model specifics that will allow a conversion to the lite interpreter for mobile?

spinoza1791 commented 2 years ago

should be pull