Formatter & Kode
Metadata Model ONNX
Inspect inputs, outputs and ops of any ONNX model.
Drop a .onnx file or click to browse
Catatan editor
Understanding · The model format every framework can read.
Bab mendalam ini saat ini hanya tersedia dalam bahasa Inggris. Alat konversi di atas berfungsi dalam bahasa Anda; artikel penjelasan panjangnya belum diterjemahkan.
Pertanyaan yang sering diajukan
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.
Orang juga mencari
Fitur terkait
More in this room.
- Pengonversi JSON ke XMLKonversi JSON menjadi XML yang bersih dan terbentuk dengan baik.
- Konverter CSV ke JSONMengubah spreadsheet menjadi array JSON — seketika.
- Konverter YAML ke JSONMengubah YAML ke JSON — instan, hanya browser.
- Konverter JSON ke ExcelUbah array JSON menjadi spreadsheet Excel.
- Konverter TOML ⇄ JSONKonversi antara TOML dan JSON — dua arah.
- Konverter INI ⇄ JSONKonversi antara file konfigurasi INI ke JSON dan sebaliknya.