DCGAN_CELEBA_50_EPOCH / config.json
arzumanabbasov's picture
Upload config.json with huggingface_hub
085f89f verified
{
"model_type": "DCGAN",
"dataset": "CelebA",
"image_size": 64,
"nc": 3,
"nz": 100,
"ngf": 64,
"ndf": 64,
"epochs": 50,
"batch_size": 256,
"lr": 0.0002,
"beta1": 0.5,
"beta2": 0.999,
"real_label": 0.9,
"seed": 42,
"framework": "PyTorch",
"amp_dtype": "torch.bfloat16"
}