OpenGVLab / Ask-Anything

[CVPR2024 Highlight][VideoChatGPT] ChatGPT with video understanding! And many more supported LMs such as miniGPT4, StableLM, and MOSS.
https://vchat.opengvlab.com/
MIT License
2.85k stars 230 forks source link

二阶段训练代码有错误 #108

Open zhanghang-official opened 5 months ago

zhanghang-official commented 5 months ago

二阶段训练需要 from models.videochat2_pt import VideoChat2_pt 但是发布的版本是 from models.videochat2_it import VideoChat2_it 麻烦修改下。(是不是你们设置的小彩蛋)

zhanghang-official commented 5 months ago

image 补充下,from models.videochat2_it import VideoChat2_it

Andy1621 commented 5 months ago

Get it! Thanks for your reply!

robotNo201 commented 5 months ago

二阶段训练需要 from models.videochat2_pt import VideoChat2_pt 但是发布的版本是 from models.videochat2_it import VideoChat2_it 麻烦修改下。(是不是你们设置的小彩蛋)

yea, definitely, guys from lab will make the code as ambiguous as they can, cuz they get the money, and they dont want to share the code with you, i understand.

Andy1621 commented 5 months ago

二阶段训练需要 from models.videochat2_pt import VideoChat2_pt 但是发布的版本是 from models.videochat2_it import VideoChat2_it 麻烦修改下。(是不是你们设置的小彩蛋)

yea, definitely, guys from lab will make the code as ambiguous as they can, cuz they get the money, and they dont want to share the code with you, i understand.

I don't think so. I have tried my best to make all my jobs open-sourced and reproducible. I recognize that there may be some bugs when cleaning the code, but welcome to open an issue and I will give the answer.