↓ 9 callersMethod__init__(
self,
dim_in,
dim_out,
activation: Callable,
use_conv = False,
ThinkSound/models/transformer.py:197
↓ 8 callersMethod__init__(self, in_channels, out_channels, dilation, use_snake=False, antialias_activation=False)
ThinkSound/models/autoencoders.py:40
↓ 5 callersMethod__init__(self, key_a: str, key_b: str, weight: float = 1.0, mask_key: str = None, name: str = 'l1_loss')
ThinkSound/training/losses/losses.py:26
↓ 4 callersMethod__init__(
self,
in_channels,
out_channels,
embed_dims = [96, 192, 384, 768],
h
ThinkSound/models/local_attention.py:190
↓ 3 callersMethodforward x is of shape (B, S, C, T, H, W) where S is the number of segments.
data_utils/ext/synchformer/motionformer.py:198
↓ 2 callersMethodencode(self, audio, return_info=False, skip_pretransform=False, iterate_batch=False, **kwargs)
ThinkSound/models/autoencoders.py:275