project-lighter / lighter

Config-based framework for organized and reproducible deep learning. MONAI Bundle + PyTorch Lightning.
https://project-lighter.github.io/lighter
MIT License
21 stars 2 forks source link

Add separate `train`, `val` and `test` keys for `postprocessing` keys #129

Open surajpaib opened 2 months ago

surajpaib commented 2 months ago

Currently, there are separate mode keys for metrics but not for metrics within postprocessing.

This results in an inconsistency as different metrics might require different functions here.