What are you working on today, Dr. Chen?
Drop a labeled dataset and we'll handle the rest. Pick a task, start training, and get a validated model back.
Pick the task
Choose what best matches your clinical question. You can change this later.
Smart configuration
Clique fingerprinted your dataset, read the cluster's hardware inventory, and pre-filled every setting for the GPUs you actually have. Here's what it chose.
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 A30 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 + A30 = ~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: 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 this.
Watch training live
Nothing is running yet. Click Start training above and the lifecycle, chart, and log below fill in live.
Container provisioned in 4.8s. It shuts down automatically when training completes, so the GPU goes back to the cluster instead of idling.
-
ConfiguringContainer provisioned · image: clique-runner:v4.2
-
TrainingEpoch 0 / 250 · no metrics yet
-
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 |
|---|