ตัวจัดรูปแบบและโค้ด
เมตาดาต้าโมเดล ONNX
Inspect inputs, outputs and ops of any ONNX model.
Drop a .onnx file or click to browse
หมายเหตุจากบรรณาธิการ
Understanding · The model format every framework can read.
บทเชิงลึกนี้มีให้บริการเฉพาะภาษาอังกฤษในขณะนี้ เครื่องมือแปลงด้านบนทำงานในภาษาของคุณ บทความอธิบายแบบยาวยังไม่ได้แปล
คำถามที่พบบ่อย
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.
ผู้คนยังค้นหา
เครื่องมือที่เกี่ยวข้อง
More in this room.
- เครื่องมือแปลง JSON เป็น XMLแปลง JSON เป็น XML ที่สะอาดและจัดรูปแบบถูกต้อง
- CSV เป็น JSON Converterเปลี่ยนสเปรดชีตเป็นอาร์เรย์ JSON — ทันที
- ตัวแปลง YAML เป็น JSONแปลง YAML เป็น JSON — ทันที, เฉพาะในเบราว์เซอร์
- ตัวแปลง JSON เป็น Excelเปลี่ยนอาร์เรย์ JSON ให้เป็นสเปรดชีต Excel
- ตัวแปลง TOML ⇄ JSONแปลงระหว่าง TOML และ JSON — ทั้งสองทิศทาง
- ตัวแปลง INI ⇄ JSONแปลงไฟล์คอนฟิกูเรชัน INI เป็น JSON และกลับกัน