Spaces:
Sleeping
Sleeping
| @echo off | |
| REM ============================================================ | |
| REM F2 CV full train (BRIEF 05/08/2026 ban giao 17, buoc 3) - GPU | |
| REM Nhu run_cv_train_baseline.bat nhung epochs 150, batch 32: | |
| REM venv CV rieng poolcoach-cv-env, torch 2.12.1+cu130, RTX 3070 8GB. | |
| REM Seed 20260805 + imgsz 640 GIU NGUYEN de so voi baseline 30ep; | |
| REM batch 16 -> 32 cho vua 8GB VRAM (sanity 3ep batch 8 dung ~1.5GB). | |
| REM Ky vong ~15 phut GPU; uoc tinh > 1h = nghi roi ve CPU -> DUNG. | |
| REM Artifact tach rieng: D:\Khoa luan\cv_full_20260805\ va run name | |
| REM cv_full_20260805 - KHONG ghi de len so baseline timebox. | |
| REM Gate G3: chay tron, so trung thuc, KHONG gate AP; full THAP hon | |
| REM baseline ro ret -> dung bao, khong tu chinh hyperparam. | |
| REM ============================================================ | |
| set PYTHONUTF8=1 | |
| set OMP_NUM_THREADS=8 | |
| call "D:\Khoa luan\poolcoach-cv-env\Scripts\activate.bat" | |
| cd /d "D:\Khoa luan\poolcoach-rl" | |
| python scripts\cv\train_baseline.py --epochs 150 --batch 32 --device 0 --name cv_full_20260805 --artifact-dir "D:\Khoa luan\cv_full_20260805" > "D:\Khoa luan\cv_train_full_out.txt" 2>&1 | |
| type "D:\Khoa luan\cv_train_full_out.txt" | |
| pause | |