load checkpoint false and increase batch size (2048)

This commit is contained in:
Yann Ahlgrim
2026-06-09 00:26:55 +02:00
parent 45269d16bb
commit 2551d8dd40
+2 -2
View File
@@ -1,5 +1,5 @@
data: data:
batch_size: 256 batch_size: 512
color_jitter_strength: 0.0 color_jitter_strength: 0.0
crop_scale: crop_scale:
- 1.0 - 1.0
@@ -32,7 +32,7 @@ mask:
- 0.2 - 0.2
meta: meta:
copy_data: false copy_data: false
load_checkpoint: true load_checkpoint: false
model_name: vit_huge model_name: vit_huge
pred_depth: 12 pred_depth: 12
pred_emb_dim: 384 pred_emb_dim: 384