Optimizer

Functions parsing the config optimizer options

deepreg.model.optimizer.build_optimizer(optimizer_config: dict)

Parsing the optimiser options and parameters from config dictionary.

Parameters

optimizer_config – unpacked dictionary for the optimiser returned from yaml.load, optimiser options and parameters

Returns

tf.keras.optimizers object