compile.py#
- mlui.widgets.compile.set_optimizer_ui(model)[source]#
Generate the UI for setting the optimizer for the model.
- Parameters:
model (Model) – Model object.
- mlui.widgets.compile.set_loss_functions_ui(model)[source]#
Generate the UI for setting the loss functions for the model.
- Parameters:
model (Model) – Model object.