10: Conditional Image Generation with PixelCNN Decoders (
Pixel Gated CNN
)
About
📝 100 AI Papers with Code
About this series
Transformer
Vision Transformer
🎓 Stanford CS336: LLM from Scratch
About this course
Lecture 01: Introduction & BPE
Lecture 02: PyTorch Basics & Resource Accounts
Lecture 03: Transformer LM Architecture
Lecture 04: MoE Architecture
Lecture 05&06: GPU Optimization, Triton & FlashAttention
Lecture 07&08: Parallelism
Lecture 09&11: Scaling Laws
Lecture 10: Inference & Deployment
Lecture 12: Evaluation
Lecture 13&14: Data Collection & Processing
Lecture 15: LLM Alignment SFT & RLHF(PPO, DPO)
Lecture 16 & 17: LLM Alignment SFT & RLVR(GRPO)
Assignment 01: BPE Tokenizer & Transformer LM
Assignment 02: Flash Attention & Parallelism
Assignment 05: SFT & GRPO
📖 Deep Learning Foundation & Concepts
About this book
On this page
1
Pixel Gated CNN
1.1
Experiment
2
Summary
3
Key Concepts
4
Q & A
5
Related resource & Further Reading
10: Conditional Image Generation with PixelCNN Decoders (
Pixel Gated CNN
)
Generative Model
一种基于像素级自回归建模的条件图像生成方法,通过引入门控卷积(Gated CNN)在给定条件(如类别或上下文)下逐像素生成高质量图像。
# Preliminary
1
Pixel Gated CNN
1.1
Experiment
2
Summary
3
Key Concepts
4
Q & A
5
Related resource & Further Reading
Back to top