Loading...
原文:计算机视觉"新"范式: Transformer - 202010.16出处:Smarter - 微信公众号学习,记录.自从Transformer出来...
原文:The Illustrated Transformer译文:The Illustrated Transformer - 2018.12.23. CS...
原文:TensorFlow - 使用FGSM的对抗示例该文介绍使用Goodfellow 等人 Explaining and Harnessing Adve...
CycleGAN 流程:[1] - 从域 A 中选择一张图片input_A,通过Generator A2B 变换为域 B 中的一张假图片Generated...
原文:TensorFlow - CycleGAN该文主要介绍使用CycleGAN 进行未配对图像到图像转换,参考论文 Unpaired Image-to-...
出处: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...