门控 PixelCNN 解码器生成图像 Conditional-PixelCNN-decoder

码农软件 · 软件分类 · 图形/图像处理 · 2019-09-05 21:27:55

软件介绍

这是使用 PixelCNN 解码器生成条件图像的 Tensorflow 实现,其引入了最初在像素周期性神经网络中提及的基于 PixelCNN 架构的门控 PixelCNN 模型。

该模型可以基于标签或图像的潜在表示来相应地生成图像。图像也可以无条件地建模。

它也可以作为一个强大的解码器,并可以在自动编码器和 GANs 中取代反卷积(转置卷积)。这篇文章的详细摘要可以在这里找到

示例:

架构:

这是模型中使用的 Gated PixelCNN 的架构:

本文地址:https://www.codercto.com/soft/d/13962.html

Struts 2 in Action

Struts 2 in Action

Don Brown、Chad Davis、Scott Stanlick / Manning Publications / 2008.3 / $44.99

The original Struts project revolutionized Java web development and its rapid adoption resulted in the thousands of Struts-based applications deployed worldwide. Keeping pace with new ideas and trends......一起来看看 《Struts 2 in Action》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具