Py_plot_model: Create a network diagram for the model object.

Description Usage Arguments Value Author(s) Examples

View source: R/py_plot_model.R

Description

visualize a model using plot_model in tensorflow

Usage

1
Py_plot_model(model, file = "Model.png")

Arguments

model

the model object in Keras.

file

a file name to be saved.

Value

A image file in the current directory.

Author(s)

Satoshi Kume

Examples

1
2
3
4
## Not run: 
py_plot_model(model)

## End(Not run)

kumeS/rMiW documentation built on Dec. 21, 2021, 8:43 a.m.