Pytorch实现: VAE本文前置知识: VAE基本原理: 详见变分自编码器入门. Pytorch实现: VAE本文是VAE的Pytorch版本实现, 并在末尾做了VAE的生成可视化. 本文的代码已经放到了Colab上, 打开设置GPU就可以复现(需要科学上2021-07-10 深度学习VAE Pytorch
Introduction: Variational Auto - EncoderIntroduction: Variational Auto - Encoder变分自动编码器(VAE, Variational Auto - Encoder)是一种基于自编码器结构的深度生成模型. 本文对VAE更深层次的数学原理没有探讨,2021-07-09 深度学习VAE
知识蒸馏: Distilling the Knowledge in a Neural NetworkDistilling the Knowledge in a Neural Network本文是论文Distilling the Knowledge in a Neural Network的阅读笔记和个人理解. Basic Idea现有机器学2021-07-03 深度学习KD