Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一个项目,当我使用 model.summary() 来检查我的模型时。看起来很奇怪......实际上它缺少分隔图层的下划线。
有没有人得到这个?我想知道这是否有任何原因,是否会影响我的结果:< 在此处输入图像描述 提前致谢。
如果你的项目使用 Colab,现在是 2.7.0。
Tensorflow (tf.keras) 更改了 model.summary 中的输出格式
您可以在 colab 中将 tensorflow 版本降级为 2.5
!pip install tensorflow==2.5