google-deepmind / chex

https://chex.readthedocs.io
Apache License 2.0
769 stars 44 forks source link

#chex: Improve repr of dataclass keys/values. #335

Closed copybara-service[bot] closed 7 months ago

copybara-service[bot] commented 7 months ago

chex: Improve repr of dataclass keys/values.

Current keys/values/items repr also displays the repr of the full object which makes debugging difficult, especially when objects are nested or contain multiple leafs or large arrays. This change makes the repr of keys/values/items the same as if the object was a dictionary.