probability tensor contains either `inf`, `nan` or element < 0
#50
by
hadibeyzaee
- opened
Hi there, does anyone know why I face this error: RuntimeError: probability tensor contains either inf
, nan
or element < 0
when I try to test the fine-tuned model on my dataset using this code?
python llava/eval/run_llava.py --model-path ./checkpoints/llava-1.5-7b-hf-finetune_lora --model-base llava-hf/llava-1.5-7b-hf --image-file "the_image_path" --query "question"