Skip to content

포매터 및 코드

TensorFlow.js 모델 로더

Load any tf.js model URL — see layers, params, ops.

Runs in your browser

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.

모두 보기 포매터 및 코드