huangb23 / VTimeLLM

[CVPR'2024 Highlight] Official PyTorch implementation of the paper "VTimeLLM: Empower LLM to Grasp Video Moments".
https://arxiv.org/pdf/2311.18445.pdf
Other
205 stars 11 forks source link

About second training stage #38

Open jjy961228 opened 2 weeks ago

jjy961228 commented 2 weeks ago

Hello, thanks for your excellent and inspiring work.

After the training of stage 2, VTimellm/vtimellm/train/train.py in the first picture shows an error like the second picture.
train error

I'm guessing that the reason for the error is due to the tensor whose param is empty as shown in the third picture. param

I would like to know if ignoring the [Warning] message in the second picture will not affect the performance. I look forward to your answer.

thanks before.