keras_model_to_estimator: Keras Estimators

Description Usage Arguments

View source: R/keras_estimator.R

Description

Create an Estimator from a compiled Keras model

Usage

1
2
3
4
5
6
7
keras_model_to_estimator(
  keras_model = NULL,
  keras_model_path = NULL,
  custom_objects = NULL,
  model_dir = NULL,
  config = NULL
)

Arguments

keras_model

A keras model.

keras_model_path

Directory to a keras model on disk.

custom_objects

Dictionary for custom objects.

model_dir

Directory to save Estimator model parameters, graph and etc.

config

Configuration object.


rstudio/tfestimators documentation built on Nov. 24, 2021, 6:56 a.m.