Modalities / modalities

A framework for training multimodal foundation models.
MIT License
57 stars 5 forks source link

Increase the configurability of the MLP module #70

Open spravil opened 6 months ago

spravil commented 6 months ago

Currently the modalities.nn.mlp.MLP module is only a 2-layer MLP. Add arguments to support multiple layers.