Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


kerastuneR (version 0.1.0.7)

save_model: Save model

Description

Saves a Model for a given trial

Usage

save_model(tuner, trial_id, model, step = 1)

Value

None

Arguments

tuner

A tuner object

trial_id

The ID of the `Trial` that corresponds to this Model.

model

The trained model.

step

For models that report intermediate results to the `Oracle`, the step that this saved file should correspond to. For example, for Keras models this is the number of epochs trained.