Method__init__(self, *, in_channels, out_channels=None, conv_shortcut=False,
dropout, temb_channels=512)
lib/model_zoo/diffusion_modules.py:83
Method__init__(self, *, ch, out_ch, ch_mult=(1,2,4,8), num_res_blocks,
attn_resolutions, dropout=0.0, resam
lib/model_zoo/diffusion_modules.py:369
Method__init__(self, *, ch, out_ch, ch_mult=(1,2,4,8), num_res_blocks,
attn_resolutions, dropout=0.0, resam
lib/model_zoo/diffusion_modules.py:463
Method__init__(self, in_channels, out_channels, ch, num_res_blocks, resolution,
ch_mult=(2,2), dropout=0.0)
lib/model_zoo/diffusion_modules.py:608
Method__init__(self, factor, in_channels, mid_channels, out_channels, depth=2)
lib/model_zoo/diffusion_modules.py:656
Method__init__(self, in_channels, ch, resolution, out_ch, num_res_blocks,
attn_resolutions, dropout=0.0, re
lib/model_zoo/diffusion_modules.py:693
Method__init__(self, z_channels, out_ch, resolution, num_res_blocks, attn_resolutions, ch, ch_mult=(1,2,4,8),
lib/model_zoo/diffusion_modules.py:712
Method__init__(self, in_size, out_size, in_channels, out_channels, ch_mult=2)
lib/model_zoo/diffusion_modules.py:729
Method__init__(self, *, in_channels, out_channels=None, conv_shortcut=False,
dropout, temb_channels=512)
lib/model_zoo/autokl_modules.py:83
Method__init__(self, *, ch, out_ch, ch_mult=(1,2,4,8), num_res_blocks,
attn_resolutions, dropout=0.0, resam
lib/model_zoo/autokl_modules.py:369
Method__init__(self, *, ch, out_ch, ch_mult=(1,2,4,8), num_res_blocks,
attn_resolutions, dropout=0.0, resam
lib/model_zoo/autokl_modules.py:463
Method__init__(self, in_channels, out_channels, ch, num_res_blocks, resolution,
ch_mult=(2,2), dropout=0.0)
lib/model_zoo/autokl_modules.py:608
Method__init__(self, in_channels, ch, resolution, out_ch, num_res_blocks,
attn_resolutions, dropout=0.0, re
lib/model_zoo/autokl_modules.py:693
Method__init__(self, z_channels, out_ch, resolution, num_res_blocks, attn_resolutions, ch, ch_mult=(1,2,4,8),
lib/model_zoo/autokl_modules.py:712
Method__init__(self, disc_start, logvar_init=0.0, kl_weight=1.0, pixelloss_weight=1.0,
disc_num_layers=3, d
lib/model_zoo/autokl_utils.py:295
Method__init__(self, dim, n_heads, d_head, dropout=0., context_dim=None, gated_ff=True, checkpoint=True,
di
lib/model_zoo/attention.py:197
Method__init__(self, in_channels, n_heads, d_head,
depth=1, dropout=0., context_dim=None,
lib/model_zoo/attention.py:229
Method__init__(self, dim, n_heads, d_head, dropout=0., gated_ff=True, checkpoint=True)
lib/model_zoo/attention.py:274
Method__init__(self, in_channels, n_heads, d_head,
depth=1, dropout=0.,)
lib/model_zoo/attention.py:303
Method__init__(self, in_channels, n_heads, d_head,
depth=1, dropout=0., context_dim=None,
lib/model_zoo/attention.py:346
Method__init__(self, vocab_file, merges_file, errors='replace', unk_token="<|endoftext|>",
bos_token="<|end
lib/model_zoo/optimus_models/tokenization_gpt2.py:112