What are you working on today, Dr. Chen?
Drop a labeled dataset — we'll handle the rest. No code. No config files. No DevOps.
What kind of model?
Pick the task that best matches your clinical question. You can change this later.
Smart configuration
Clique analyzed your dataset and hardware. Here's what it chose.
"Clique auto-configures every pipeline to the hardware you have — not the hardware you wish you had."
Why this configuration? Auditable decision tree · nnU-Net-inspired
-
1 Is the dataset 3D or 2D?3D — 100 CT volumes, median shape 512×512×220.→ Picks a volumetric architecture family (UNet3D) over 2D slice-wise baselines.
-
2 Is the dataset large enough for the full nnU-Net?No — 100 cases is below the 200-case threshold (heuristic H-3).→ Downgrades to the UNet3D-small variant to avoid over-parameterization.
-
3 What batch size fits in available VRAM?Batch = 2 — solved from 24 GB A100 VRAM minus ~3.1 GB headroom at median shape.→ Keeps gradient accumulation off the critical path; no OOM at epoch 0.
-
4 Is mixed-precision safe for this task?Yes — segmentation on CT + A100 = ~2.1× speedup, <0.1% Dice impact in published benchmarks.→ Enables Mixed FP16 by default; falls back to FP32 automatically if NaN losses are detected.
-
5 Which augmentation policy?Elastic + intensity jitter — small 3D CT dataset, single modality.→ Matches nnU-Net's default 3D CT policy. Skips color / mixup (not meaningful on CT).
-
6 How to validate?5-fold CV — because N < 200 and we want a variance estimate for the handoff report.→ Single-split would be misleading at this sample size.
Advanced options Researchers only — clinicians can safely ignore.
Training in progress
Container auto-spun-up. You can close this tab — we'll email you when it's done.
"Container spun up in 4.8s. Will shut down automatically when training completes — you only pay for what you use."
-
ConfiguringContainer provisioned · image: clique-runner:v4.2
-
TrainingEpoch 0 / 250 · loss: — · val dice: —
-
Validating5-fold cross-validation
-
ExportingONNX + versioned artifact
-
ReleasedAvailable in Model Registry
Your model is ready
Review the artifact, hand it to IT, or deploy it yourself — with every step audited.
Recent experiments
Every experiment is a container in some stage of its lifecycle — configured, trained, validated, exported, released, or archived.
| Name | Task | State | Dataset | GPU-hours | Accuracy | Updated |
|---|