奇怪的 "model.summary" 格式

Weird "model.summary"'s format

我正在做一个项目,当我使用 model.summary() 检查我的模型时。看起来很奇怪。。。其实就是少了分隔图层的下划线。

有没有人得到过这个?我想知道是否有任何原因会影响我的结果:< enter image description here 提前致谢。

如果您的项目使用 Colab,则现在是 2.7.0。

Tensorflow (tf.keras) 已更改 model.summary

中的输出格式

您可以在colab中将tensorflow版本降级到2.5

!pip install tensorflow==2.5