Kehan Lu

Results 2 comments of Kehan Lu

> Excuse me, may I ask whether you have these files `train+val2014_qla_mrcnn.json`, `test2015_qla_mrcnn.json` and `test-dev2015_qla_mrcnn.json`? I found these files are missing, making it difficult for inference and official evaluation. No,...

Hi @chatsci, My code is modified from `llm_trainer.py` and `modeling.py`. https://github.com/lyuchenyang/Macaw-LLM/blob/d03e59d24e12b97390ab687652977fc4407e537b/llm_trainer.py#L466-L489 https://github.com/lyuchenyang/Macaw-LLM/blob/d03e59d24e12b97390ab687652977fc4407e537b/modeling.py#L952-L963 I call the functions inside `model()` forward to test it more easily. The function `prepare_inputs_for_generation` will prepare the...