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