You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When printing a model summary non-interactively, the provided line_width is not honored, resulting in right-side truncation in the file context. The rich table's default of 80 seems to be used instead.
When printing a model summary non-interactively, the provided
line_width
is not honored, resulting in right-side truncation in the file context. The rich table's default of 80 seems to be used instead.Changing:
keras/keras/src/utils/summary_utils.py
Line 353 in 6d26efb
Locally, if I set
width
toline_width
, it produces the expected file contents:Example of non-interactive model printing with line_length > 80:
The text was updated successfully, but these errors were encountered: