zhangqianhui / vae-gan-tensorflow

Tensorflow code of "autoencoding beyond pixels using a learned similarity metric"
128 stars 27 forks source link

Model Checkpoints #3

Open dyelax opened 6 years ago

dyelax commented 6 years ago

Do you have any saved checkpoints of your model trained on CelebA (or any other face dataset) that you could share? Thanks!

zhangqianhui commented 6 years ago

If i find it and will share in next days.

zhangqianhui commented 6 years ago

@dyelax I trained this models using 64x64 pixels images, Do you need it?

dyelax commented 6 years ago

@zhangqianhui Yes please!

zhangqianhui commented 6 years ago

@dyelax I have trained vae-gan from the beginning. Sorry. It need take a while

dyelax commented 6 years ago

@zhangqianhui No problem. Do you have an estimate of when it will be done?

zhangqianhui commented 6 years ago

@dyelax Three days or longer.

zhangqianhui commented 6 years ago

@dyelax I see you have created a repository about Progressive growing gan, Have you implemented it using Tensorflow? And if true, Why don't you public your code ? just empty files.

dyelax commented 6 years ago

Unfortunately I haven’t had time to implement Progressive Growing of GANs yet. I will definitely share it when I do!

zhangqianhui commented 6 years ago

You can download the checkpoints from the linking given in README.

dyelax commented 6 years ago

Thanks a ton! That's very helpful