OpenRobotLab / PointLLM

[ECCV 2024] PointLLM: Empowering Large Language Models to Understand Point Clouds
https://runsenxu.com/projects/PointLLM
450 stars 22 forks source link

LM Head update #21

Closed gunny97 closed 5 months ago

gunny97 commented 5 months ago

Thanks for your great job!

I have a question while implementing PointLLM. Do we also have to update lm_head while instruction tuning? I wonder if I should fix lm_head or not.

Thanks!

RunsenXu commented 5 months ago

Hi, I think lm_head should be tuned as well.