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
But as far as I know, the forward function cannot perform the next token generation, resulting in struggling to output answer and [DET] token. Why don't you use the generate function? Is it possible that the inputs ids in your test contain the answer?
When will you make the training and testing datasets and dataloader public?
I have read issue 11, but still have some questions.
During testing, you utilize the forward function for testing
VisionLLM/VisionLLMv2/visionllmv2/eval/eval_det.py
Line 119 in 028f8b3
But as far as I know, the forward function cannot perform the next token generation, resulting in struggling to output answer and [DET] token. Why don't you use the generate function? Is it possible that the inputs ids in your test contain the answer?
When will you make the training and testing datasets and dataloader public?
VisionLLM/VisionLLMv2/visionllmv2/eval/eval_det.py
Line 111 in 028f8b3
The text was updated successfully, but these errors were encountered: