Add hetero
2 objectives with this merge request:
- Add heterogeneous model. This includes the addition of separate submodules to conveniently initiate the components of the heterogeneous model.
- Factorize all methods to plot performance plots out of the LightningModule into an
utils/eval_utils.py
. Theeval
method is still within the LightningModule, but it is configurable with the eval_config.