Skip to content

verbose DataStats for metatensor #5905

Closed
@wyli

Description

@wyli

Is your feature request related to a problem? Please describe.
the DataStats transform can print basic info about input tensors:

class DataStats(Transform):
"""
Utility transform to show the statistics of data for debug or analysis.
It can be inserted into any place of a transform chain and check results of previous transforms.

but it can't call the print_verbose, which makes it impossible to inspect metadata. would be great to make the metadata optionally printed.

def print_verbose(self) -> None:
"""Verbose print with meta data."""
print(self)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions