Method__init__(
self,
batch_bins: int,
shape_files: Union[Tuple[str, ...], List[str]],
utt2s
athena/utils/num_elements_batch_sampler.py:28
Method__init__(self, config=None, beta_1=0.9, beta_2=0.999, epsilon=1e-7,
amsgrad=False, name="WarmUpAdam",
athena/utils/learning_rate.py:139
Method__init__(self, initial_lr=0.005, decay_steps=10000, decay_rate=0.5,
start_decay_steps=30000, final_lr
athena/utils/learning_rate.py:172
Method__init__(self, config=None, beta_1=0.9, beta_2=0.999, epsilon=1e-6,
amsgrad=False, name="WarmUpAdam",
athena/utils/learning_rate.py:199
Method__init__(
self, d_model, nhead, cnn_module_kernel=15, dim_feedforward=2048, dropout=0.1, activation="gelu"
athena/layers/conformer.py:233
Method__init__(
self, d_model, nhead, dim_feedforward=2048, dropout=0.1, activation="gelu"
)
athena/layers/conformer.py:328
Method__init__(
self, d_model, nhead, cnn_module_kernel=15, dim_feedforward=2048, dropout=0.1, activation="gelu"
athena/layers/conformer_ctc.py:155
Method__init__(self, attn_dim, conv_channel, aconv_filts, sigmoid_noise=2.0,
score_bias_init=0.0, mode='sof
athena/layers/attention.py:463
Method__init__(
self, d_model, nhead, dim_feedforward=2048, dropout=0.1, activation="gelu",
unidirection
athena/layers/transformer.py:253
Method__init__(
self, d_model, nhead, dim_feedforward=2048, dropout=0.1, activation="gelu"
)
athena/layers/transformer.py:338