生成对抗网络GAN代码我要分享

Generate counter network Gan code

关注次数: 290

下载次数: 3

文件大小: 52.27 MB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:# Generative Adversarial Nets for Matlab only class 2 with GAN ![](https://github.com/layumi/2016_GAN_Matlab/blob/master/show.png) class 0-9 with infoGAN ![](https://github.com/layumi/2016_GAN_Matlab/blob/master/show2.png) I use feature matching to train Generative model. (I define this Loss in the `/matlab/+dagnn/Feature_Match_Loss.m`) 1.Compile matconvnet by run `gpu_compile.m` which you should remove comment in it. 2.You can test this code by run `test_gan_3.m` or `test_gan_info.m`  3.If you wanna train this code, you can run `train_gan_3.m` or `train_gan_info.m`  You can find the network structure in `GDnet_3.m` and `GDnet_info.m`  # Some Details 1.I may miss some thing or not select a good initial parameter. So any advice is welcome. 


English Description:

# Generative Adversarial Nets for Matlab


代码预览

相关推荐