How to fine tune models

Hi all. I already completed the Getting Started Notebook for the Face Deblurring puzzle, but I wonder how can I fine tune my model in order to improve the performance. Hope you can give some recommendations guys. Thanks and good luck.

Hi @diego26dav

For these image-to-image translation tasks, I would really suggest you to check out this TensorFlow notebook on Image-to-image translation using GANs, they have some really good implementation on this for getting started. You can also check out this blog on the topic.

Shubhamai