lemonliu1992
lemonliu1992
pandas==1.1.2 and pandas==1.0.5 are not work
when i run readme example am.forecast_insample() it raise use_boxcox was set at model initialization and cannot be changed
https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_vqa.py line 57 ``` elif listinstr(['ChartQA'], dataset): res = pool.map(partial(process_line, method='relaxed_accuracy'), lines) ``` https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/utils/vqa_eval.py ``` lines 272 elif method == 'relaxed_accuracy': ret['gt'] = answers ret['pred'] = line['prediction'].strip() ret['match'] = [relaxed_correctness(ret['pred'],...