Pre-flight validation for GPU training runs on rented infrastructure. Built specifically for RunPod, Vast.ai, Lambda, and similar providers.
pip install computefence
computefence doctor computefence doctor --dataset train.csv
I burned ~£1,000 on GPU training runs that failed silently. CUDA fell back to CPU with no error. Class weights caused loss collapse. My dataset had 28,432 duplicate rows and 312 conflicting labels I only found during the rebuild.
Nothing existed that caught these before the job started. So I built it.
13 commits
Python
100.0%
Pre-flight validation for GPU training runs on rented infrastructure. Built specifically for RunPod, Vast.ai, Lambda, and similar providers.
pip install computefence
computefence doctor computefence doctor --dataset train.csv
I burned ~£1,000 on GPU training runs that failed silently. CUDA fell back to CPU with no error. Class weights caused loss collapse. My dataset had 28,432 duplicate rows and 312 conflicting labels I only found during the rebuild.
Nothing existed that caught these before the job started. So I built it.
13 commits
Python
100.0%