Loading...
1. 颜色背景实现如下:#!/usr/bin/python3 #!--*-- coding: utf-8 --*-- import numpy as np...
原文:终于有人讲清楚数据分析全流程了!- 20201111出处:大数据分析和人工智能 - 微信公众号作者:好好的数据分析师 - 知乎从最初的做数据管理工作...
原文:计算机视觉"新"范式: 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...