Formatowanie i Kodowanie
Metadane modelu ONNX
Inspect inputs, outputs and ops of any ONNX model.
Drop a .onnx file or click to browse
Notka redakcyjna
Understanding · The model format every framework can read.
Ten szczegółowy rozdział jest obecnie dostępny tylko w języku angielskim. Narzędzie konwersji powyżej działa w Twoim języku; długi artykuł objaśniający nie został jeszcze przetłumaczony.
Często zadawane pytania
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.
Ludzie wyszukują również
Powiązane narzędzia
More in this room.
- Konwerter JSON na XMLKonwertuj JSON na czysty, dobrze sformatowany XML.
- Konwerter CSV na JSONNatychmiast przekształć arkusze kalkulacyjne w tablice JSON.
- Konwerter YAML na JSONKonwertuj YAML na JSON – natychmiast, tylko w przeglądarce.
- Konwerter JSON na ExcelZmień tablice JSON w arkusze kalkulacyjne Excel.
- Konwerter TOML ⇄ JSONKonwersja między TOML i JSON — w obu kierunkach.
- Konwerter INI ⇄ JSONKonwertuj pliki konfiguracyjne INI na JSON i z powrotem.