N Neurarch Architectures Models Checks Data Docs Open the app

Models / rt_detr

rtdetr_r101vd_coco_o365

Reconstructed from its own config.json with no weights read. 765K downloads on Hugging Face.

Our count against the checkpoint

The left number comes from the graph. The right one is the number of scalars in the published weight files. Nothing on this page was tuned to make them agree.

Derived from structure
9.3M
9,259,264 parameters
In the published checkpoint
76.8M
76,798,700 scalars · safetensors.total, read 2026-09-06
Delta
-87.9%

What it costs to run

Cost is a roofline estimate on the priced GPU for 10 epochs at batch 32 over 50,000 samples (assumed; no dataset attached). GPU fit is fp32 weights plus gradients plus two Adam moments (16 bytes per parameter) with 1.3x headroom; activations are not included and grow with batch size.

Layers
6
Will it forward-pass
Yes
Priced on
A10G (24GB)
Est. one run
$0.07
CardMemory
T4 (16GB)weights + activationsfits
A100 (40GB)weights + activationsfits
H100 (80GB)weights + activationsfits

Structure

8 nodes. Output shapes are propagated from the input shape, batch dimension excluded.

LayerTypeOutput shape
1InputInput1 × 512
2EmbeddingEmbedding1 × 512 × 256
3Positional_EmbeddingLearned Pos Embed1 × 512 × 256
4Attention_1Multi-Head Attention1 × 512 × 256
5Add_1Add1 × 512 × 256
6LayerNorm_1_1LayerNorm1 × 512 × 256
7FFN_1Feed Forward1 × 512 × 256
8OutputOutput1 × 512 × 256

What the verifier says

No finding on the reconstructed graph. See the checks.

Do this to your own model

Same numbers, on a model in your repo, in one command. No account.

pip install neurarch-trace
neurarch-trace PekingU/rtdetr_r101vd_coco_o365 --plan --share