LLaVA-VL / LLaVA-Med-preview

Apache License 2.0
27 stars 5 forks source link

There is a bug in instruct_generate.py . #1

Open 1106301825 opened 12 months ago

1106301825 commented 12 months ago

@staticmethod def context_gen(sample, use_inline_mentions=True): ctx = [] if use_inline_mentions and sample["in_text_mention"]: for sent in ex["in_text_mention"]: if isinstance(sent, dict): sent = sent["tokens"] .................. .................. NameError: name 'ex' is not defined.