Skip to content

Use IEC approved terminology on storage sizes #311

Description

@jeking3

Example (this happens in many places):

metric = metric + f"[METRIC] Eval Throughput (MB/second): {np.mean(eval_throughput)*self.record_size/1024/1024:.6f} ({np.std(eval_throughput)*self.record_size/1024/1024:.6f})\n"

Using power of 2 division (MiB), but stating the result in power of 10 terms (MB).

Refer to https://physics.nist.gov/cuu/Units/binary.html for more details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions