RGarrido03 commited on
Commit
dccaeeb
·
verified ·
1 Parent(s): 3263f02

Upload generator_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generator_config.json +11 -0
generator_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generator_class": "FastGANLiteGenerator",
3
+ "global_step": 35000,
4
+ "epoch": 648,
5
+ "nc": 3,
6
+ "nz": 100,
7
+ "ngf": 64,
8
+ "image_size": 64,
9
+ "source_checkpoint": "step_00035000.pt",
10
+ "notes": "nz/ngf/image_size match pokemon_gan.train TrainConfig defaults; adjust if your run used different CLI flags."
11
+ }