urbanlc.model.deep_learning.MSSDeepLearning.build_model#
- MSSDeepLearning.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.