Klasse Block<H extends Head,N extends FFNetwork>

java.lang.Object
me.damoebe.architectures.transformer.Block<H,N>
Typparameter:
H - The Head type that should be used to construct the MultiHeadAttention attribute.
N - The MLP type that will be used in this block.

public class Block<H extends Head,N extends FFNetwork> extends Object
The Transformer Bock class containing a mha and multiple mlps.