Formateurs & Code
Métadonnées du Modèle ONNX
Inspect inputs, outputs and ops of any ONNX model.
Drop a .onnx file or click to browse
Note de la rédaction
Understanding · The model format every framework can read.
Ce chapitre approfondi n'est actuellement disponible qu'en anglais. L'outil de conversion ci-dessus fonctionne dans votre langue ; le long article explicatif n'a pas encore été traduit.
Questions fréquentes
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.
Les internautes recherchent aussi
Outils similaires
More in this room.
- Convertisseur JSON en XMLConvertit JSON en XML propre et bien formé.
- Convertisseur CSV en JSONTransformez instantanément des feuilles de calcul en tableaux JSON.
- Convertisseur YAML en JSONConvertissez YAML en JSON — instantané, uniquement sur navigateur.
- Convertisseur JSON en ExcelTransformez les tableaux JSON en feuilles de calcul Excel.
- Convertisseur TOML ⇄ JSONConvertir entre TOML et JSON — dans les deux sens.
- Convertisseur INI ⇄ JSONConvertir les fichiers de configuration INI en JSON et vice-versa.