Skip to content

Instantly share code, notes, and snippets.

@mehdidc
Created September 24, 2021 05:32
Show Gist options
  • Save mehdidc/4018fb0a9d2e218d10e10ea724170d14 to your computer and use it in GitHub Desktop.
Save mehdidc/4018fb0a9d2e218d10e10ea724170d14 to your computer and use it in GitHub Desktop.
Config example with diversity
lr: 0.001
epochs: 10
noise_dim: 128
dim: 128
depth: 8
vq_image_size: 16
dropout: 0
cutn: 16
batch_size: 2
repeat: 8
nb_noise: null
diversity_coef: 0.01
diversity_mode: between_same_prompts
vqgan_config: vqgan_imagenet_f16_16384.yaml
vqgan_checkpoint: vqgan_imagenet_f16_16384.ckpt
clip_model: ViT-B/32
path: data/made_of.txt
model_type: mlp_mixer
augs: ["Re", "Af", "Pe", "Ji", "Er",
pool: false
log_interval: 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment