Method__init__(self, dim, dim_inputs: Tuple[int, ...], depth, mlp_expansion_factor = 4)
models/bs_roformer/mel_band_conformer.py:392
Method__init__(
self,
dim,
*,
depth,
stereo=False,
num_stems=1,
time
models/bs_roformer/mel_band_conformer.py:417
Method__init__(
self,
*,
dim,
dim_head=32,
heads=8,
scale=8,
flash=F
models/bs_roformer/bs_conformer.py:138
Method__init__(
self,
*,
dim,
depth,
dim_head=64,
heads=8,
attn_drop
models/bs_roformer/bs_conformer.py:178
Method__init__(
self,
*,
dim,
heads=8,
dim_head=64,
ff_mult=4,
attn_
models/bs_roformer/bs_conformer.py:264
Method__init__(
self,
*,
dim,
depth,
dim_head=64,
heads=8,
attn_drop
models/bs_roformer/bs_conformer.py:306
Method__init__(self, dim, dim_inputs: Tuple[int, ...], depth, mlp_expansion_factor = 4)
models/bs_roformer/bs_conformer.py:390
Method__init__(
self,
dim,
*,
depth,
stereo = False,
num_stems = 1,
models/bs_roformer/bs_conformer.py:426
Method__init__(
self,
dim,
heads=8,
dim_head=64,
dropout=0.,
models/bs_roformer/mel_band_roformer_experimental.py:89
Method__init__(
self,
dim,
dim_inputs: Tuple[int, ...],
depth,
m
models/bs_roformer/mel_band_roformer_experimental.py:328
Method__init__(
self,
dim,
dim_inputs: Tuple[int, ...],
depth,
m
models/bs_roformer/bs_roformer_experimental.py:317
Method__init__ Initializes SDBlock with input dimension, output dimension, band split ratios, downsample strides, number of convolutional modules, and kerne
models/scnet_unofficial/modules/sd_encoder.py:241
Method__init__(self, dim, dim_inputs: Tuple[int, ...], depth, mlp_expansion_factor=4)
models/bs_mamba2_code/bs_mamba2.py:308
Functionerb_filterbank(
n_bands: int,
fs: int,
f_min: float,
f_max: float,
n_freqs: int,
)
models/bandit/core/model/bsrnn/utils.py:520
Methodforward x_stft_mag: (B, C, F, T_spec) returns: (B, 2 * (sources*channels), F, T_spec) — real/imag масок
models/conformer_model.py:52
Methodforward x: (B, C, T) (микс в волне) returns y_hat: (B, S, C, T) — предсказанные источники в волне
models/conformer_model.py:142