Method__init__(
self,
meta_paths,
aspect_ratios={'1.78': [1280.0, 704.0],},
num_frames=81,
datasets/fashion_dataset.py:59
Functionattention(
q,
k,
v,
q_lens=None,
k_lens=None,
dropout_p=0.,
softmax_scale=None,
q_scale
backbones/wan22/modules/attention.py:133
Methodforwardr""" Args: x(Tensor): Shape [B, L, C] e(Tensor): Shape [B, F, 6, C] seq_lens(Tensor): Shape [B], length of
backbones/wan22/modules/causal_model.py:354
Methodforwardr""" Args: x(Tensor): Shape [B, L1, C] e(Tensor): Shape [B, F, 1, C]
backbones/wan22/modules/causal_model.py:425
Methodforward x: [B, L1, C]. context: [B, L2, C] or None. mask: [B, L2] or [B, L1, L2] or None.
backbones/wan22/modules/t5.py:86
Methodforwardr""" Args: x(Tensor): Shape [B, L, C] e(Tensor): Shape [B, L1, 6, C] seq_lens(Tensor): Shape [B], length o
backbones/wan22/modules/model.py:232