Method__init__(self, dataset, batch_size, batch_by_tokens, max_src_length, max_tgt_length, buffer_multiple_size,
flownmt/data/dataloader.py:246
Method__init__(self, num_steps, features, src_features, hidden_features=None, inverse=False, prior=False, factor=2,
flownmt/flows/nmt.py:337
Method__init__(self, src_features, features, hidden_features=None, inverse=False, split_dim=2, split_type='continuous', orde
flownmt/flows/couplings/coupling.py:14
Method__init__(self, rnn_mode, src_features, in_features, out_features, hidden_features, dropout=0.0)
flownmt/flows/couplings/blocks.py:52
Method__init__(self, src_features, in_features, out_features, hidden_features, heads, dropout=0.0,
pos_enc=
flownmt/flows/couplings/blocks.py:89
Methodbackward Args: input: Tensor input tensor [batch, N1, N2, ..., Nl, in_features] mask: Tensor
flownmt/flows/actnorm.py:48
Methodbackward Args: input: Tensor input tensor [batch, N1, N2, ..., Nl, in_features] mask: Tensor
flownmt/flows/linear.py:51
Methodbackward Args: input: Tensor input tensor [batch, N1, N2, ..., Nl, in_features] mask: Tensor
flownmt/flows/linear.py:153