Jisnu Kalita Claude Sonnet 4.6 commited on
Commit ·
c79a620
1
Parent(s): 6124b76
increase batch to 128 and imgsz to 1280 for full VRAM utilization
Browse files
main.py
CHANGED
|
@@ -13,8 +13,8 @@ def train():
|
|
| 13 |
results = model.train(
|
| 14 |
data=str(DATASET_YAML),
|
| 15 |
epochs=200,
|
| 16 |
-
imgsz=
|
| 17 |
-
batch=
|
| 18 |
project=str(RUNS_DIR),
|
| 19 |
name="pothole",
|
| 20 |
exist_ok=True,
|
|
|
|
| 13 |
results = model.train(
|
| 14 |
data=str(DATASET_YAML),
|
| 15 |
epochs=200,
|
| 16 |
+
imgsz=1280,
|
| 17 |
+
batch=128,
|
| 18 |
project=str(RUNS_DIR),
|
| 19 |
name="pothole",
|
| 20 |
exist_ok=True,
|