You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KeyError: Caught KeyError in DataLoader worker process 0.
Original Traceback (most recent call last):
File "/home/fshi/.conda/envs/moellava/lib/python3.10/site-packages/torch/utils/data/_utils/worker.py", line 308, in _worker_loop
data = fetcher.fetch(index)
File "/home/fshi/.conda/envs/moellava/lib/python3.10/site-packages/torch/utils/data/_utils/fetch.py", line 51, in fetch
data = [self.dataset[idx] for idx in possibly_batched_index]
File "/home/fshi/.conda/envs/moellava/lib/python3.10/site-packages/torch/utils/data/_utils/fetch.py", line 51, in <listcomp>
data = [self.dataset[idx] for idx in possibly_batched_index]
File "/gpfs/home5/fshi/MoE-LLaVA/moellava/eval/model_vqa_loader.py", line 48, in __getitem__
conv = conv_templates[args.conv_mode].copy()
KeyError: 'conv_template'
Question
I looked at the eval script
what's
${CKPT_NAME}.jsonl
in${EVAL}/textvqa/answers/${CKPT_NAME}.jsonl
?My
./textvqa/answers/
hasllava-v1.5-13b.jsonl
but my CKPT_NAME isllavaphi-2.7b-finetune-moe
. Should I usellava-v1.5-13b.jsonl
for eval instead?The text was updated successfully, but these errors were encountered: