Hoter Young
Hoter Young
References: https://docs.readthedocs.io/en/stable/pull-requests.html https://docs.readthedocs.io/en/stable/config-file/v2.html#sphinx-fail-on-warning
Sphinx supports the directive type "glossary": https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-glossary But rstfmt reports a traceback about it: ```shell $ rstfmt rstfmt_issue_glossary.rst 3.8.3 :5: (ERROR/3) Unknown directive type "glossary". .. glossary:: term_a This is...
I evaluated the VQA and scene cls tasks on the model fine-tuned using GeoChatInstruct, and the results are pretty close to the metrics reported in the paper, however, the region...
In the finetune_lora.sh, the argument `--mm_use_im_start_end` is set to False. However, based on the paper (see figure below), it should be True.  Furthermore, when I change this argument to...