Description Usage Arguments Value Author(s) References Examples
visualize a model in Keras. This function was modified the plot_model function from deepviz (https://github.com/andrie/deepviz).
1 | model_nodes(x)
|
model |
the model object in Keras. |
width |
a plot size of width. |
height |
a plot size of height. |
A plot of the model network.
Satoshi Kume
deepviz (https://github.com/andrie/deepviz)
1 2 3 4 | ## Not run:
plot_model_modi(model)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.