↓ 5 callersMethod__init__(self, d_model=512, nhead=8, num_encoder_layers=6,
num_decoder_layers=6, dim_feedforward=204
core/networks/transformer.py:47
↓ 2 callersFunctionget_decoder_network(
network_type,
d_model,
nhead,
dim_feedforward,
dropout,
activation,
normalize_be
core/networks/disentangle_decoder.py:13
↓ 1 callersMethodddim_sample Args: audio (_type_): (B, L, W) or (B, L, W, C) style_clip (_type_): (B, L_clipmax, C_face3d) style_pad_
core/networks/diffusion_net.py:88
↓ 1 callersMethodddpm_sample Args: audio (_type_): (B, L, W) or (B, L, W, C) style_clip (_type_): (B, L_clipmax, C_face3d) style_pad_
core/networks/diffusion_net.py:229
↓ 1 callersMethodforward_post(
self,
tgt,
memory,
style,
tgt_mask=None,
memory_mask=None,
core/networks/dynamic_fc_decoder.py:44
↓ 1 callersFunctioninference_one_video(
cfg,
audio_path,
style_clip_path,
pose_path,
output_path,
diff_net,
device,
inference_for_demo_video.py:57
Method__init__(self, in_planes, out_planes, cond_planes, bias=True, K=4, temperature=30, ratio=4, init_weight=True)
core/networks/dynamic_linear.py:11
Method__init__(self, d_model, nhead, dim_feedforward=2048, dropout=0.1,
activation="relu", normalize_befor
core/networks/transformer.py:150
Method__init__(self, d_model, nhead, dim_feedforward=2048, dropout=0.1,
activation="relu", normalize_befor
core/networks/transformer.py:210
Method__init__(
self,
d_model,
nhead,
d_style,
dynamic_K,
dynamic_ratio,
core/networks/dynamic_fc_decoder.py:9
Method__init__(
self,
image_nc,
descriptor_nc,
layer,
base_nc,
max_nc,
generators/face_model.py:103
Method__init__(self, image_nc, pose_nc, ngf, img_f, encoder_layers, decoder_layers, nonlinearity, use_spect)
generators/base_function.py:32
Method__init__(self, image_nc, pose_nc, ngf, img_f, layers, nonlinearity=nn.LeakyReLU(), use_spect=False)
generators/base_function.py:44
Method__init__(self, pose_nc, ngf, img_f, encoder_layers, decoder_layers, skip_connect=True,
nonlinearity=
generators/base_function.py:66
Method__init__(self, input_nc, output_nc, feature_nc, nonlinearity=nn.LeakyReLU(), use_spect=False)
generators/base_function.py:93
Method__init__(self, input_nc, output_nc, hidden_nc, feature_nc, use_transpose=True, nonlinearity=nn.LeakyReLU(), use_spect=
generators/base_function.py:112
Method__init__(self, image_nc, ngf, img_f, layers, norm_layer=nn.BatchNorm2d, nonlinearity=nn.LeakyReLU(), use_spect=False)
generators/base_function.py:195
Method__init__(self, image_nc, feature_nc, ngf, img_f, layers, num_block, norm_layer=nn.BatchNorm2d, nonlinearity=nn.LeakyRe
generators/base_function.py:217
Method__init__(self, input_nc, output_nc, norm_layer=nn.BatchNorm2d, nonlinearity=nn.LeakyReLU(), use_spect=False)
generators/base_function.py:251
Method__init__(self, input_nc, output_nc, norm_layer=nn.BatchNorm2d, nonlinearity=nn.LeakyReLU(), use_spect=False)
generators/base_function.py:267
Method__init__(self, input_nc, output_nc, norm_layer=nn.BatchNorm2d, nonlinearity=nn.LeakyReLU(), use_spect=False)
generators/base_function.py:285
Method__init__(self, num_block, input_nc, feature_nc, norm_layer=nn.BatchNorm2d, nonlinearity=nn.LeakyReLU(), use_spect=Fals
generators/base_function.py:299
Method__init__(self, input_nc, feature_nc, norm_layer=nn.BatchNorm2d, nonlinearity=nn.LeakyReLU(), use_spect=False)
generators/base_function.py:331
Methodforward Args: x (_type_): (L, B, C_in) cond (_type_): (B, C_style) Returns: _type_: (L, B, C_out)
core/networks/dynamic_linear.py:28
Methodforward_summary_ Args: x_t (_type_): (B, L, C_face) t (_type_): (B,) dtype:float32 audio (_type_): (B, L, W)
core/networks/diffusion_util.py:89
Methodforward Args: x (_type_): (B, C_in, L, 1) cond (_type_): (B, C_style) Returns: _type_: (B, C_out, L, 1)
core/networks/dynamic_conv.py:107
Methodforward(self, tgt, memory, tgt_mask = None, memory_mask = None, tgt_key_padding_mask = None,
memor
core/networks/transformer.py:119
Methodforward(
self,
tgt,
memory,
style,
tgt_mask=None,
memory_mask=None,
core/networks/dynamic_fc_decoder.py:96
Methodforward(
self,
tgt,
memory,
tgt_mask=None,
memory_mask=None,
tgt_key_
core/networks/dynamic_fc_decoder.py:126
Methodforward Args: x (_type_): (B, num_frames, window, C_wav2vec) Returns: content: (B, num_frames, window, C_dmodel)
core/networks/generator.py:103