urbanlc.model.deep_learning.TMDeepLearning.get_metrics#
- TMDeepLearning.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]