ANIME305 / Anime-GAN-tensorflow

The BIGGAN based Anime generation implemented with tensorflow. All training data has been open sourced.
198 stars 40 forks source link

Doubt about Implementation #15

Open jeelsheth1010 opened 5 years ago

jeelsheth1010 commented 5 years ago

In paper, Table 1 states that including shared embeddings, hierarchical latent space and Orthogonal Regularization in model gives the best results. So does this implementation include all the above three things?

ewrfcas commented 5 years ago

It is a simple implementation without tags, and just the truncated latent is used now.

jeelsheth1010 commented 5 years ago

@ewrfcas @lkj8389 Thanks for the response. Have u conditioned ur model with labels?

Regards