parse_optimizer: Parse Keras Optimizer

Description Usage Arguments Value

Description

This function parses the configuration of the optimizer used to train a model in order to be able to save and load it.

Usage

1
parse_optimizer(optimizer)

Arguments

optimizer

(character or keras optimizer) Optimizer name (e.g. "adadelta") or an instance of a optimizer (e.g. optimizer_adadelta()).

Value

A list with the name of the optimizer and its configuration.


neuroimaginador/dl4ni documentation built on May 3, 2019, 5:47 p.m.