urbanlc.model.deep_learning.TMDeepLearning.build_model#

TMDeepLearning.build_model(architecture: str, model_params: Dict[str, Any]) None#

Build the deep learning model and moves it to the selected device.

Parameters:
  • architecture (str) – Name of the deep learning model architecture.

  • model_params (Dict[str, Any]) – Dictionary containing model-specific parameters.