model_card_cb | R Documentation |
Log information about model, hyperparameters, generator options, training data, scores etc
model_card_cb(model_card_path = NULL, run_name, argumentList)
model_card_path |
Directory for model card logs. |
run_name |
Name of training run. |
argumentList |
List of training arguments. |
Keras callback writing model cards every epoch.
model_card_cb <- function(model_card_path = NULL, run_name, argumentList)
mc <- model_card_cb(model_card_path = tempdir(), run_name = 'run_1',
argumentList = list(learning_rate = 0.01))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.