↓ 11 callersMethoddenoise(self, x, denoiser, alpha_cumprod_sqrt, cond, uc, timestep=None, idx=None, scale=None, scale_emb=None, flow=No
VDM_Decoder/sgm/modules/diffusionmodules/sampling.py:503
↓ 9 callersMethod_transpose_for_scoresTranspose a 3D tensor [b, s, np*hn] into a 4D tensor with size [b, np, s, hn].
VDM_Decoder/sgm/models/sat_ours/transformer.py:103
↓ 8 callersMethod__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
VDM_Decoder/sgm/modules/diffusionmodules/model.py:264
↓ 6 callersFunctionrepeat_kv This is the equivalent of torch.repeat_interleave(x, dim=1, repeats=n_rep). The hidden states go from (batch, num_key_value_heads, seqlen, he
MLLM/src/models/mistral/modeling_mistral.py:190
↓ 5 callersMethod__init__(self, s_churn=0.0, s_tmin=0.0, s_tmax=float("inf"), s_noise=1.0, *args, **kwargs)
VDM_Decoder/sgm/modules/diffusionmodules/sampling.py:86
↓ 5 callersMethod__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
VDM_Decoder/sgm/modules/autoencoding/vqvae/vqvae_blocks.py:159
↓ 5 callersMethod__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
VDM_Decoder/sgm/modules/autoencoding/vqvae/movq_enc_3d.py:296
↓ 5 callersMethodsample(
self,
cond: Dict,
uc: Union[Dict, None] = None,
batch_size: int = 16,
VDM_Decoder/diffusion_video.py:251
↓ 4 callersFunctionResidualUnit(dim, kernel_size: Union[int, Tuple[int, int, int]], pad_mode: str = "constant")
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:843
↓ 4 callersMethod__init__(self, in_channels, out_channels, video_kernel_size=3, *args, **kwargs)
VDM_Decoder/sgm/modules/autoencoding/temporal_ae.py:85
↓ 4 callersMethod__init__(self, hidden_size, output_dropout_prob, init_method, inner_hidden_size=None,
output_layer_in
VDM_Decoder/sgm/models/sat_ours/transformer.py:207
↓ 3 callersMethod__init__(self, in_features, out_features, rank=4, network_alpha=None, device=None, dtype=None)
VDM_Decoder/sgm/modules/diffusionmodules/lora.py:23