المنسقات والكود
محمل نموذج TensorFlow.js
Load any tf.js model URL — see layers, params, ops.
Tip: TF Hub URLs sometimes redirect — paste the final model.json URL.
ملاحظة المحرر
Understanding · Models in the browser — WebGL or WASM, your choice.
هذا الفصل المعمّق متاح حاليًا باللغة الإنجليزية فقط. أداة التحويل أعلاه تعمل بلغتك؛ أما المقال التفصيلي الطويل فلم تتم ترجمته بعد.
الأسئلة المتكررة
Quick answers.
›What files are required to load a model?
You need a link to a valid `model.json` file. This file contains the architecture map and links to the associated binary weight files which will be fetched automatically.
›Does my model data stay private?
Yes. The model is downloaded from your provided URL directly to your browser's memory. No model data or weights are uploaded to our servers or stored permanently.
›Why is my model failing to load?
The most common issue is CORS (Cross-Origin Resource Sharing) restrictions on the host server. Ensure the hosting provider allows external requests or use a local development server with the correct headers.
›Can I run inference with this tool?
No. This tool is specifically for Inspecting the model's layers, input/output shapes, and operation count rather than executing data through the graph.
يبحث الأشخاص أيضًا عن
أدوات ذات صلة
More in this room.
- محول JSON إلى XMLتحويل JSON إلى XML نظيف ومٌشكل جيدًا.
- محول CSV إلى JSONحوّل جداول البيانات إلى مصفوفات JSON — فوراً.
- محول YAML إلى JSONحوّل YAML إلى JSON — فوري، متصفح فقط.
- محول JSON إلى Excelحوّل مصفوفات JSON إلى جداول بيانات Excel.
- محول TOML ⇄ JSONالتحويل بين TOML و JSON — في كلا الاتجاهين.
- محول INI ⇄ JSONتحويل ملفات تهيئة INI إلى JSON والعكس.