文件名称:GAN
文件大小:10KB
文件格式:ZIP
更新时间:2024-04-06 08:15:39
Python
DCGAN与PyTorch 给定MNIST数据集的DCGAN的玩具实验。 用法 git clone cd GAN pip install -r requirements.txt 模型架构 Discriminator ---------------------------------------------------------------- Layer (type) Output Shape Param # ================================================================ Conv2d-1 [-1, 16, 14, 14] 160 ReLU-2 [
【文件预览】:
GAN-main
----utils.py(2KB)
----model()
--------data_loader.py(3KB)
--------__init__.py(0B)
--------net.py(1KB)
----train.py(5KB)
----evaluate.py(2KB)
----synthesize_result.py(2KB)
----search_hyperparams.py(2KB)
----experiments()
--------base_model()
----requirements.txt(67B)
----.gitignore(70B)
----README.md(4KB)