↓ 1 callersMethodsample(
self,
batch,
clip = None,
temperature = 1.,
return_rec = True,
image_synthesis/modeling/models/unconditional_dalle.py:164
↓ 1 callersMethodsample(
self,
batch,
clip = None,
temperature = 1.,
return_rec = True,
image_synthesis/modeling/models/conditional_dalle.py:193
Method__init__(self, layers, output_dim, heads, input_resolution=224, width=64)
image_synthesis/modeling/modules/clip/model.py:100
Method__init__(self, input_resolution: int, patch_size: int, width: int, layers: int, heads: int, output_dim: int)
image_synthesis/modeling/modules/clip/model.py:202
Method__init__(
self,
condition_seq_len=77,
n_layer=14,
n_embd=1024,
n_head=16,
image_synthesis/modeling/transformers/transformer_utils.py:292
Method__init__(self, decoder, post_quant_conv, quantize, w=16, h=16)
image_synthesis/modeling/codecs/image_codec/taming_gumbel_vqvae.py:33
Method__init__(self, optimizer, mode='min', factor=0.1, patience=10,
threshold=1e-4, threshold_mode='rel',
image_synthesis/engine/lr_scheduler.py:52
Method__init__(self, optimizer, T_max, last_epoch=-1, verbose=False,
min_lr=0, warmup_lr=None, warmup=0)
image_synthesis/engine/lr_scheduler.py:218
Method__init__(self, warm_up_steps, lr_min, lr_max, lr_start, max_decay_steps, verbosity_interval=0)
image_synthesis/taming/lr_scheduler.py:8
Method__init__(self, *, in_channels, out_channels=None, conv_shortcut=False,
dropout, temb_channels=512)
image_synthesis/taming/modules/diffusionmodules/model.py:79