Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 578 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 578 Bytes

RecoverGANlatentVector

Given an image generated by a GAN it recovers its latent vector.

Recover the latent vector z from an input image

You can read the blog post here: Blog post

The algorithm was implemented following the paper: Precise Recovery of Latent Vectors from Generative Adversarial Networks by Zachary C. Lipton, and Subarna Tripathi

Remark

Remember to specify a folder for tfhub for which you have privileges. The model will be downloaded there.