View source on GitHub |
Plots a model structure in colab.
tfdf.model_plotter.plot_model_in_colab(
model: InferenceCoreModel, **kwargs
)
Used in the notebooks
Used in the guide | Used in the tutorials |
---|---|
See "plot_model" for the available options.
Args | |
---|---|
model
|
The model to plot. |
**kwargs
|
Arguments passed to "plot_model". |
Returns | |
---|---|
A Colab HTML element showing the model. |