Inspect Command

Inspect the contents of a checkpoint file.

usage: anemoi-inference inspect [-h]
                                (--variables | --requirements | --datasets | --dump)
                                [--json] [--validate]
                                path

Positional Arguments

path

Path to the checkpoint.

Named Arguments

--variables

List the training variables and their categories.

Default: False

--requirements

Print a Python’s requirements.txt based on the versions of the packages used during training.

Default: False

--datasets

Print the arguments passed to anemoi-dataset during training.

Default: False

--dump

Dump information from the checkpoint.

Default: False

--json

Output in JSON format (with dump option)

Default: False

--validate

Validate the environment.

Default: False