Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 438 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 438 Bytes

Torch_Gan

复习了pytorch,模仿tf版本的gan实现了一个torch版本的 总共包含若干个文件 torch_1.py: 使用torch搭建一个简单的网络 torch_2.py:使用torch搭建一个简单的网络 torch_3.py:使用torch实现了一个简单的生成手写数字的GAN torch_4.py:torch_3.py实现的gan对应的TensorFlow版本 torch_6.py:DCGAN torch_7.py: 所有的test文件均用于测试某些不熟悉的函数