Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 304 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 304 Bytes

Exercise of gans

在gan.py文件中补充生成网络generator和discriminator的网络定义,以及针对于两个网络的loss function的定义。 然后根据训练得到的generator网络,输入随机噪音自动生成mnist手写数据,要求该生成的数据人肉眼可以正常识别。