AdaBelief ========= .. currentmodule:: lib.model.optimizers.keras_legacy .. autoclass:: AdaBelief :show-inheritance: :noindex: .. rubric:: Attributes Summary .. autosummary:: ~AdaBelief.iterations ~AdaBelief.learning_rate ~AdaBelief.variables .. rubric:: Methods Summary .. autosummary:: ~AdaBelief.add_optimizer_variables ~AdaBelief.add_variable ~AdaBelief.add_variable_from_reference ~AdaBelief.apply ~AdaBelief.apply_gradients ~AdaBelief.assign ~AdaBelief.assign_add ~AdaBelief.assign_sub ~AdaBelief.build ~AdaBelief.exclude_from_weight_decay ~AdaBelief.finalize_variable_values ~AdaBelief.from_config ~AdaBelief.get_config ~AdaBelief.load_own_variables ~AdaBelief.save_own_variables ~AdaBelief.scale_loss ~AdaBelief.set_weights ~AdaBelief.stateless_apply ~AdaBelief.update_step .. rubric:: Attributes Documentation .. autoattribute:: iterations .. autoattribute:: learning_rate .. autoattribute:: variables .. rubric:: Methods Documentation .. automethod:: add_optimizer_variables .. automethod:: add_variable .. automethod:: add_variable_from_reference .. automethod:: apply .. automethod:: apply_gradients .. automethod:: assign .. automethod:: assign_add .. automethod:: assign_sub .. automethod:: build .. automethod:: exclude_from_weight_decay .. automethod:: finalize_variable_values .. automethod:: from_config .. automethod:: get_config .. automethod:: load_own_variables .. automethod:: save_own_variables .. automethod:: scale_loss .. automethod:: set_weights .. automethod:: stateless_apply .. automethod:: update_step