Loading...
出处:tensorflow_examples/models/pix2pix1. data_downloadhttps://github.com/tenso...
原文: TensorFlow - Pix2Pix该文主要是介绍采用 conditional GAN 进行图像转换(image to image trans...
From: tensorflow_examples/models/dcgan1. dcgan.py#!/usr/bin/python3 #!--*-- c...
原文:TensorFlow - 深度卷积生成对抗网络该文主要是介绍如何使用深度卷积生成对抗网络(DCGAN)生成手写数字图片. 代码是使用 Keras S...
原文:TensorFlow - DeepDream该文是关于 DeepDream 的简单实现,可参考 Alexander Mordvintsev 的 bl...
原文:TensorFlow - 神经风格迁移神经风格迁移是指,使用深度学习来用其他图像的风格创造一个图像. 该技术概述于 A Neural Algorit...
原文:6 GAN Architectures You Really Should Know - 2020.04.02节选.GAN 由两个独立的网络-生成网...
原文:How to Implement Progressive Growing GAN Models in Keras - 2019.08.14作者: J...
原文:Progressing with GANs - 2019.02.19作者:Yuan Ma此文主要是采用 TF 和 TFHub 来介绍 Progres...
原文:ProGAN: How NVIDIA Generated Images of Unprecedented Quality - 2018.12.17G...