Answers for "plot tf model"

0

plot tf model

tf.keras.utils.plot_model(
    model, to_file='model.png', show_shapes=False, show_dtype=False,
    show_layer_names=True, rankdir='TB', expand_nested=False, dpi=96
)
Posted by: Guest on May-11-2021

Browse Popular Code Answers by Language