ocl.neural_networks.convenience
Convenience functions for the construction neural networks using config.
build_two_layer_mlp
Build a two layer MLP, with optional initial layer norm.
Separate class as this type of construction is used very often for slot attention and transformers.