gpt4 book ai didi

python - Keras model.summary( ) 有很好的输出吗?

转载 作者:行者123 更新时间:2023-12-04 15:44:47 24 4
gpt4 key购买 nike

是否有可能获得 keras model.summary() 的良好输出,可以将其包含在纸张中,或者可以绘制在像这样的漂亮表格中。

enter image description here

最佳答案

您需要安装 graphvis 和 pydot,但您可能会喜欢它的结果。它没有制作表格,但我认为图表要好得多。

    from keras.utils import plot_model
plot_model(model, to_file='model.png', show_shapes=True,show_layer_names=True)

但是如果你想将多个层嵌套在一起,你将不得不创建正确命名的子模型。

关于python - Keras model.summary( ) 有很好的输出吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56360776/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com