-
Hello, is there a way to prevent Rich Table output from the output = model.tabulate(
jax.random.key(0),
batch,
show_repeated=True,
table_kwargs={"width": 120}
)
print(output) |
Beta Was this translation helpful? Give feedback.
Answered by
edmuthiah
Mar 13, 2024
Replies: 1 comment
-
Solved by setting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
edmuthiah
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved by setting
console_kwargs=dict(width=10_000)))