Generator runner improvement

This commit is contained in:
Johnny Fernandes
2026-04-30 03:21:49 +01:00
parent bb3dfb92d5
commit d75272cf84
4 changed files with 16 additions and 22 deletions
-7
View File
@@ -123,10 +123,3 @@ The default policy in `pipeline/defaults/vast.json` now targets:
- `<= $0.20/hour`
- sorted by `dlperf` descending
- uses `vastai/pytorch:latest` as the default image
## Diagnostics
```bash
python3 classifier/tools/analyze.py classifier/configs/phase2/p2_resnet18_facecrop.json
python3 classifier/tools/ensemble.py classifier/configs/phase4/p4_ensemble.json
```