create.py#
- mlui.widgets.create.set_name_ui(model)[source]#
Generate the UI for setting the name for the model.
- Parameters:
model (CreatedModel) – Model object.
- mlui.widgets.create.set_layers_ui(model)[source]#
Generate the UI for setting the layers for the model.
- Parameters:
model (CreatedModel) – Model object.
- mlui.widgets.create.set_outputs_ui(model)[source]#
Generate the UI for setting the outputs for the model.
- Parameters:
model (CreatedModel) – Model object.
- mlui.widgets.create.create_model_ui(model)[source]#
Generate the UI for building the model.
- Parameters:
model (CreatedModel) – Model object.