amankishore commited on
Commit
4b446fe
1 Parent(s): 5d1fecf

Upload logs/dreambooth/1671882084.3686614/hparams.yml with huggingface_hub

Browse files
logs/dreambooth/1671882084.3686614/hparams.yml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ center_crop: false
6
+ checkpointing_steps: 500
7
+ class_data_dir: /home/diffusers/examples/dreambooth/class-images
8
+ class_prompt: a photo of Scooby Doo
9
+ gradient_accumulation_steps: 1
10
+ gradient_checkpointing: true
11
+ hub_model_id: null
12
+ hub_token: null
13
+ instance_data_dir: /home/s3bucket/training_data
14
+ instance_prompt: a photo of Scooby_Doo
15
+ learning_rate: 2.0e-06
16
+ local_rank: -1
17
+ logging_dir: logs
18
+ lr_scheduler: constant
19
+ lr_warmup_steps: 0
20
+ max_grad_norm: 1.0
21
+ max_train_steps: 1000
22
+ mixed_precision: null
23
+ num_class_images: 200
24
+ num_train_epochs: 5
25
+ output_dir: /home/diffusers/examples/dreambooth/model
26
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1-base
27
+ prior_loss_weight: 1.0
28
+ push_to_hub: false
29
+ resolution: 512
30
+ resume_from_checkpoint: null
31
+ revision: null
32
+ sample_batch_size: 4
33
+ scale_lr: false
34
+ seed: null
35
+ tokenizer_name: null
36
+ train_batch_size: 1
37
+ train_text_encoder: true
38
+ use_8bit_adam: true
39
+ with_prior_preservation: true