File size: 1,258 Bytes
d184369
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "pretrained_model_name_or_path": "black-forest-labs/FLUX.2-klein-4B",
  "revision": null,
  "cache_dir": null,
  "data_dir": "../data/ProGamerGov",
  "max_captions_per_image": 5,
  "results_root": "RESULTS",
  "seed": 42,
  "resolution": 1024,
  "train_batch_size": 1,
  "max_train_steps": 10000,
  "num_train_epochs": 1,
  "gradient_accumulation_steps": 1,
  "gradient_checkpointing": true,
  "learning_rate": 1e-05,
  "scale_lr": false,
  "lr_scheduler": "cosine",
  "lr_warmup_steps": 500,
  "lr_num_cycles": 1,
  "adam_beta1": 0.9,
  "adam_beta2": 0.999,
  "adam_weight_decay": 0.01,
  "adam_epsilon": 1e-08,
  "max_grad_norm": 1.0,
  "mixed_precision": "bf16",
  "allow_tf32": false,
  "checkpointing_steps": 2000,
  "checkpoints_total_limit": 3,
  "resume_from_checkpoint": null,
  "validation_steps": 1000,
  "validation_prompts_file": null,
  "validation_inference_steps": 4,
  "guidance_scale": 1.0,
  "log_every_n_steps": 50,
  "weighting_scheme": "logit_normal",
  "logit_mean": 0.0,
  "logit_std": 1.0,
  "mode_scale": 1.29,
  "speed_faster": true,
  "speed_lam": 0.6,
  "speed_tau": 700,
  "speed_floor": 0.1,
  "max_sequence_length": 512,
  "dataloader_num_workers": 4,
  "pin_memory": false,
  "output_dir": "RESULTS/ProGamerGov/run_018"
}