arzumanabbasov commited on
Commit
085f89f
·
verified ·
1 Parent(s): 085859f

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "DCGAN",
3
+ "dataset": "CelebA",
4
+ "image_size": 64,
5
+ "nc": 3,
6
+ "nz": 100,
7
+ "ngf": 64,
8
+ "ndf": 64,
9
+ "epochs": 50,
10
+ "batch_size": 256,
11
+ "lr": 0.0002,
12
+ "beta1": 0.5,
13
+ "beta2": 0.999,
14
+ "real_label": 0.9,
15
+ "seed": 42,
16
+ "framework": "PyTorch",
17
+ "amp_dtype": "torch.bfloat16"
18
+ }