haotian-liu / LLaVA

[NeurIPS'23 Oral] Visual Instruction Tuning (LLaVA) built towards GPT-4V level capabilities and beyond.
https://llava.hliu.cc
Apache License 2.0
17.84k stars 1.93k forks source link

[Question] When I added some code like 'print' in train.py and then run 'finetune_task_lora.sh', it would get the same results of the first run. #1576

Open riccardohhhhzz opened 5 days ago

riccardohhhhzz commented 5 days ago

Question

image

Just like this, when I added the 'print(conversations)' code here and then I run the script, it didn't show the result. Just like there was some cache. So what should I do to get the latest result.