Show¶
- metatrain.cli.show.show_model(path: Path | str, extensions_directory: str | Path | None = None) None[source]¶
Show the contents of a saved model.
This prints a summary of a checkpoint (
.ckpt) or exported model (.pt), including architecture, targets that the model can predict, atomic types the model supports and the attached metadata.