File size: 814 Bytes
34a4bcb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "data_root": "/data/yty/brats2023/ASNR-MICCAI-BraTS2023-GLI-Challenge-TrainingData",
  "dataset_type": "video",
  "modality": 0,
  "target_size": [
    512,
    512
  ],
  "num_frames": 27,
  "frame_stride": 1,
  "split_json": "/data/yty/brats23_sam3_processed/splits_segmamba122.json",
  "train_ratio": 0.7,
  "val_ratio": 0.1,
  "test_ratio": 0.2,
  "checkpoint": "/data/yty/sam3/sam3.pt",
  "lora_rank": 8,
  "lora_alpha": 16.0,
  "lora_dropout": 0.1,
  "lora_target_modules": "q_proj,k_proj,v_proj,out_proj,qkv,proj",
  "epochs": 60,
  "batch_size": 1,
  "lr": 0.0001,
  "weight_decay": 0.01,
  "grad_accum": 1,
  "num_workers": 0,
  "val_freq": 1,
  "seed": 42,
  "use_amp": false,
  "output_dir": "/root/githubs/sam3/checkpoints_4class",
  "resume_lora": "",
  "timestamp": "2025-12-29T07:40:32.583045"
}