Formatters & Code
ONNX Model Metadata
Inspect inputs, outputs and ops of any ONNX model.
Drop a .onnx file or click to browse
Redactionele opmerking
Understanding · The model format every framework can read.
Dit uitgebreide hoofdstuk is momenteel alleen in het Engels beschikbaar. De conversietool hierboven werkt in jouw taal; de lange uitleg is nog niet vertaald.
Veelgestelde vragen
Quick answers.
›Is my model file uploaded to a server?
No. The inspection logic runs locally in your browser using the File API. Your model data never leaves your device.
›What metadata can I see?
You can view the producer name, graph inputs and outputs with their respective shapes, operator sets, and any custom metadata properties stored in the file.
›Which ONNX versions are supported?
The tool supports all standard ONNX versions. It reads the `ir_version` and `opset_import` fields to show you which specification the model follows.
›Can I see the individual weights or biases?
This tool focuses on structure and metadata rather than tensor data. It lists the names and shapes of initialisers but does not display the raw numerical weights to keep the interface lightweight.
Mensen zoeken ook naar
Gerelateerde tools
More in this room.
- JSON naar XML ConverterConverteer JSON naar schone, goed gevormde XML.
- CSV naar JSON ConverterVerander spreadsheets direct in JSON-arrays.
- YAML naar JSON ConverterConverteer YAML naar JSON — direct, browser-only.
- JSON naar Excel ConverterZet JSON-arrays om in Excel-spreadsheets.
- TOML ⇄ JSON OmzetterConverteer tussen TOML en JSON — beide richtingen.
- INI ⇄ JSON OmzetterConverteer INI configuratiebestanden naar JSON en terug.