mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-05 18:40:46 +00:00
update evaluation readme
This commit is contained in:
parent
6491a1655c
commit
28c732c2f1
@ -73,7 +73,7 @@ refcocog | val, test
|
|||||||
|
|
||||||
```
|
```
|
||||||
torchrun --master-port ${port} --nproc_per_node 1 eval_ref.py \
|
torchrun --master-port ${port} --nproc_per_node 1 eval_ref.py \
|
||||||
--cfg-path ${cfg_path} --img_path ${IMG_PATH} --eval_file_path ${eval_file_path} --save_path ${save_path} \
|
--cfg-path ${cfg_path} --eval_file_path ${eval_file_path} --save_path ${save_path} \
|
||||||
--ckpt ${ckpt} --split ${split} --dataset ${dataset} --lora_r 64 --lora_alpha 16 \
|
--ckpt ${ckpt} --split ${split} --dataset ${dataset} --lora_r 64 --lora_alpha 16 \
|
||||||
--batch_size 10 --max_new_tokens 20 --resample
|
--batch_size 10 --max_new_tokens 20 --resample
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user