Description Usage Arguments Value Author(s) Examples
View source: R/py_plot_model.R
visualize a model using plot_model in tensorflow
1 | Py_plot_model(model, file = "Model.png")
|
model |
the model object in Keras. |
file |
a file name to be saved. |
A image file in the current directory.
Satoshi Kume
1 2 3 4 | ## Not run:
py_plot_model(model)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.