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.

mlui.widgets.compile.set_metrics_ui(model)[source]#

Generate the UI for setting the metrics for the model.

Parameters:

model (Model) – Model object.

mlui.widgets.compile.compile_model_ui(model)[source]#

Generate the UI for compiling the model.

Parameters:

model (Model) – Model object.