text stringlengths 1 259 |
|---|
{ |
"run": { |
"task": "carla_drive", |
"lr_sched": "linear_warmup_cosine_lr", |
"init_lr": 0.0001, |
"min_lr": 1e-05, |
"warmup_lr": 1e-06, |
"weight_decay": 0.06, |
"max_epoch": 25, |
"batch_size_train": 4, |
"batch_size_eval": 4, |
"num_workers": 4, |
"num_nodes": 1, |
"warmup_steps": 2000, |
"seed": 42, |
"output_dir": "out/", |
"amp": true, |
"resume_ckpt_path": null, |
"evaluate": false, |
"train_splits": [ |
"train" |
], |
"valid_splits": [ |
"val" |
], |
"device": "cuda", |
"world_size": 8, |
"dist_url": "env://", |
"distributed": true, |
"distributed_backend": "nccl", |
"gpu": 0, |
"rank": 0 |
}, |
"model": { |
"arch": "vicuna_drive", |
"load_finetuned": false, |
"load_pretrained": true, |
"pretrained": "https://storage.googleapis.com/sfr-vision-language-research/LAVIS/models/InstructBLIP/instruct_blip_vicuna7b_trimmed.pth", |
"finetuned": "", |
"image_size": 224, |
"drop_path_rate": 0, |
"use_grad_checkpoint": false, |
"vit_precision": "fp16", |
"freeze_vit": true, |
"num_query_token": 32, |
"llm_model": "/anvme/workspace/v103fe19-ivlnxtaim1/v103fe19-ivlnxtaim-1737000662/LLMs/llama-7b", |
"prompt": "", |
"model_type": "vicuna7b", |
"preception_model": "interfuser_encoder_only", |
"preception_model_ckpt": "/anvme/workspace/v103fe19-ivlnxtaim1/v103fe19-ivlnxtaim-1737000662/e2e-bev-llm/VisionTowerNew/20250212-060608-interfuser_baseline-224-interfuser_baseline/last.pth.tar", |
"max_txt_len": 64, |
"use_extra_prompt": false, |
"use_notice_prompt": false, |
"split_section_num_for_visual_encoder": 2 |
}, |
"preprocess": { |
"vis_processor": { |
"train": { |
"name": "blip2_image_train", |
"image_size": 224 |
}, |
"eval": { |
"name": "blip_image_eval", |
"image_size": 224 |
} |
}, |
"text_processor": { |
"train": { |
"name": "blip_caption" |
}, |
"eval": { |
"name": "blip_caption" |
} |
} |
}, |
"datasets": { |
"carla_voice": { |
"build_info": { |
"annotations": { |
"train": { |
"storage": "/anvme/workspace/v103fe19-ivlnxtaim1/v103fe19-ivlnxtaim-1737000662/LMDrive/data", |
"towns": [ |
1, |
2, |
3, |
4, |
5, |
6, |
7, |
10 |
], |
"weathers": [ |
0, |
1, |
2, |
3, |
4, |
5, |
6, |
7, |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 4