nemos.io.inspect_npz# nemos.io.inspect_npz(file_path)[source]# Examine a saved model parameter file (.npz). Prints out all keys and associated values. Parameters: file_path (Union[str, Path]) – Path to the .npz file containing the saved model parameters.