Method__init__(
self,
*args,
video_kernel_size: Union[int, list] = 3,
alpha: float = 0.0,
VDM_Decoder/sgm/modules/autoencoding/temporal_ae.py:282
Method__init__(
self,
*,
dim=None,
codebook_size=None,
entropy_loss_weight=0.1,
VDM_Decoder/sgm/modules/autoencoding/regularizers/lookup_free_quantization.py:63
Method__init__(
self,
*,
in_channels,
out_channels=None,
conv_shortcut=False,
VDM_Decoder/sgm/modules/autoencoding/vqvae/movq_modules.py:111
Method__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
VDM_Decoder/sgm/modules/autoencoding/vqvae/movq_modules.py:203
Method__init__(
self,
*,
in_channels,
out_channels=None,
conv_shortcut=False,
VDM_Decoder/sgm/modules/autoencoding/vqvae/movq_dec_3d.py:101
Method__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
VDM_Decoder/sgm/modules/autoencoding/vqvae/movq_dec_3d.py:200
Method__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
VDM_Decoder/sgm/modules/autoencoding/vqvae/movq_dec_3d.py:338
Method__init__(self, *, in_channels, out_channels=None, conv_shortcut=False, dropout, temb_channels=512)
VDM_Decoder/sgm/modules/autoencoding/vqvae/vqvae_blocks.py:71
Method__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
VDM_Decoder/sgm/modules/autoencoding/vqvae/vqvae_blocks.py:299
Method__init__(self, n_e, e_dim, beta, remap=None, unknown_index="random", sane_index_shape=False, legacy=True)
VDM_Decoder/sgm/modules/autoencoding/vqvae/quantize.py:18
Method__init__(
self, chan_in, chan_out, kernel_size: Union[int, Tuple[int, int, int]], pad_mode="constant", **kwarg
VDM_Decoder/sgm/modules/autoencoding/vqvae/movq_enc_3d.py:53
Method__init__(
self, *, in_channels, out_channels=None, conv_shortcut=False, dropout, temb_channels=512, pad_mode="
VDM_Decoder/sgm/modules/autoencoding/vqvae/movq_enc_3d.py:184
Method__init__(
self,
*,
dim,
image_size,
channels=3,
max_dim=512,
a
VDM_Decoder/sgm/modules/autoencoding/losses/video_loss.py:152
Method__init__(
self,
*,
dim,
image_size,
frame_num,
channels=3,
max
VDM_Decoder/sgm/modules/autoencoding/losses/video_loss.py:313
Method__init__(
self,
*,
dim,
image_size,
frame_num,
channels=3,
max
VDM_Decoder/sgm/modules/autoencoding/losses/video_loss.py:408
Method__init__(self, arch="ViT-B-16", version="laion2b_s34b_b88k", device="cuda",
freeze=True, layer="poole
VDM_Decoder/sgm/modules/encoders/ip_encoder.py:57
Method__init__(self, hidden_size, num_attention_heads,
attention_dropout_prob, output_dropout_prob,
VDM_Decoder/sgm/models/sat_ours/transformer.py:35
Method__init__(self, hidden_size, num_attention_heads, attention_dropout_prob, output_dropout_prob, init_method,
VDM_Decoder/sgm/models/sat_ours/transformer.py:128
Method__init__(self, chan_in, chan_out, kernel_size: Union[int, Tuple[int, int, int]], stride=1, **kwargs)
VDM_Decoder/vae_modules/cp_enc_dec.py:361
Method__init__(
self,
*,
in_channels,
out_channels=None,
conv_shortcut=False,
VDM_Decoder/vae_modules/cp_enc_dec.py:615
Method__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
VDM_Decoder/vae_modules/cp_enc_dec.py:717
Method__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
VDM_Decoder/vae_modules/cp_enc_dec.py:840
Method__init__(
self,
ema_decay: Union[None, float] = None,
monitor: Union[None, str] = None,
VDM_Decoder/vae_modules/autoencoder.py:39
Method__init__(
self,
ckpt_path: Union[None, str] = None,
ignore_keys: Union[Tuple, list] = (),
VDM_Decoder/vae_modules/autoencoder.py:527
Method__init__(self, llm, input_resampler, output_resampler,
num_frames=4, query_pos=False, learnable_pos=False, use_kl
MLLM/src/models_clm/models.py:145