前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >gan生成图像at 1024² 的 代码 论文

gan生成图像at 1024² 的 代码 论文

作者头像
用户1908973
发布2018-07-24 14:47:06
5220
发布2018-07-24 14:47:06
举报
文章被收录于专栏:CreateAMindCreateAMind

Progressive Growing of GANs for Improved Quality, Stability, and Variation

https://github.com/tkarras/progressive_growing_of_gans

Tero Karras (NVIDIA), Timo Aila (NVIDIA), Samuli Laine (NVIDIA), Jaakko Lehtinen (NVIDIA and Aalto University)

Picture: Two imaginary celebrities that were dreamed up by a random number generator.

Abstract: We describe a new training methodology for generative adversarial networks. The key idea is to grow both the generator and discriminator progressively: starting from a low resolution, we add new layers that model increasingly fine details as training progresses. This both speeds the training up and greatly stabilizes it, allowing us to produce images of unprecedented quality, e.g., CelebA images at 1024². We also propose a simple way to increase the variation in generated images, and achieve a record inception score of 8.80 in unsupervised CIFAR10. Additionally, we describe several implementation details that are important for discouraging unhealthy competition between the generator and discriminator. Finally, we suggest a new metric for evaluating GAN results, both in terms of image quality and variation. As an additional contribution, we construct a higher-quality version of the CelebA dataset.

Links

  • Paper (NVIDIA research)
  • Paper (arXiv)
  • Result video (YouTube)
  • One hour of imaginary celebrities (YouTube)
  • Pre-trained networks (Google Drive)
  • Datasets (currently unavailable)

License

The source code is available under the CC BY-NC license:

代码语言:javascript
复制
# Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
#
# This work is licensed under the Creative Commons Attribution-NonCommercial
# 4.0 International License. To view a copy of this license, visit
# http://creativecommons.org/licenses/by-nc/4.0/ or send a letter to
# Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

Compatibility

We have tested the implementation on the following system:

  • NVIDIA DGX-1 with Tesla P100
  • BaseOS 2.1.0, 4.4.0-92-generic kernel
  • NVIDIA driver 384.81, CUDA Toolkit 9.0
  • Python 2.7.11
  • Bleeding-edge version of Theano and Lasagne from Oct 17, 2017

We are planning to add support for TensorFlow and multi-GPU in the near future.

https://github.com/tkarras/progressive_growing_of_gans

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2017-10-31,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 CreateAMind 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Progressive Growing of GANs for Improved Quality, Stability, and Variation
  • Links
  • License
  • Compatibility
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档