export_savedmodel {tensorflow}R Documentation

Export a Saved Model

Description

Serialize a model to disk.

Usage

export_savedmodel(object, export_dir_base, ...)

Arguments

object

An R object.

export_dir_base

A string containing a directory in which to create versioned subdirectories containing exported SavedModels.

...

Optional arguments passed on to implementing methods.

Value

The path to the exported directory, as a string.


[Package tensorflow version 1.4.3 Index]