view_savedmodel {tensorflow} | R Documentation |
View a Saved Model
Description
View a serialized model from disk.
Usage
view_savedmodel(model_dir)
Arguments
model_dir |
The path to the exported model, as a string. |
Value
URL for browsing TensorBoard (invisibly).
[Package tensorflow version 2.16.0 Index]