I am trying to find a pretrained vgg or cyclegan model that was trained on wikiart styles or something like that. Specifically I need ukiyo-e style. Is there any such pretrained models on tensorflow? So far I only found implementations on pytorch
Hi @Ashley
Welcome to the TensorFlow Forum!
Please have a look at this Neural Style Transfer Model example designed by using the VGG19 pre-trained model which might be helpful to you. You can find the cycleGAN model in the TensorFlow tutorial doc by referring to the mentioned link. Thank you.