urbanlc.model.deep_learning.MSSDeepLearning.get_metrics#

MSSDeepLearning.get_metrics(mode: str) Dict[str, Any]#

Get metrics for the specified mode (Train or Val).

Parameters:

mode (str) – Training mode (“Train”) or validation mode (“Val”).

Returns:

Dictionary of metrics.

Return type:

Dict[str, Any]