Closed wsxwd closed 9 months ago
while runing CUDA_VISIBLE_DEVICES=0 bash scripts/v1_5/eval/run_qa_msrvtt.sh raise an error
ValueError: temperature has to be a strictly positive float, but is 0.0
temperature
should we set do_sample=False or set temperature > 0?
Yes.
set do_sample=False, right?
Yes. set do_sample=False, right?
Sorry for reply above. Set do_sample=False and temperature=0.0.
do_sample=False
temperature=0.0
Great thanks
while runing CUDA_VISIBLE_DEVICES=0 bash scripts/v1_5/eval/run_qa_msrvtt.sh raise an error
should we set do_sample=False or set temperature > 0?