File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
examples/consistency_distillation Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6969MAX_SEQ_LENGTH = 77
7070
7171# Adjust for your dataset
72- WDS_JSON_WIDTH = "width" # original_width for LAION
73- WDS_JSON_HEIGHT = "height" # original_height for LAION
74- MIN_SIZE = 700 # ~960 for LAION, ideal: 1024 if the dataset contains large images
72+ WDS_JSON_WIDTH = "width" # original_width for LAION
73+ WDS_JSON_HEIGHT = "height" # original_height for LAION
74+ MIN_SIZE = 700 # ~960 for LAION, ideal: 1024 if the dataset contains large images
7575
7676if is_wandb_available ():
7777 import wandb
Original file line number Diff line number Diff line change 6868MAX_SEQ_LENGTH = 77
6969
7070# Adjust for your dataset
71- WDS_JSON_WIDTH = "width" # original_width for LAION
72- WDS_JSON_HEIGHT = "height" # original_height for LAION
73- MIN_SIZE = 700 # ~960 for LAION, ideal: 1024 if the dataset contains large images
71+ WDS_JSON_WIDTH = "width" # original_width for LAION
72+ WDS_JSON_HEIGHT = "height" # original_height for LAION
73+ MIN_SIZE = 700 # ~960 for LAION, ideal: 1024 if the dataset contains large images
7474
7575if is_wandb_available ():
7676 import wandb
You can’t perform that action at this time.
0 commit comments