src/evaluator.py [474:479]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            decoded = decoder(
                "fwd",
                x=x2,
                lengths=len2,
                causal=True,
                src_enc=encoded.transpose(0, 1),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/trainer.py [527:532]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        decoded = decoder(
            "fwd",
            x=x2,
            lengths=len2,
            causal=True,
            src_enc=encoded.transpose(0, 1),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



