Closed konyul closed 10 months ago
Sorry for the late reply. Actually, someone also encountered the same problem when training the lidar-only model in fine-tuning. I think it might be the downstream model setting issue. Maybe you can refer to the BEVFusion author's answer like issue#296, or TransFusion author's answer. I think this may be due to training instability from FP16
. You can try lower lr
or training with FP32
.
Since the model in the fine-tuning is modified from BEVFusion, you could also check their repo to check if they have a discussion on this. I remember someone from BEVFusion or Transfusion's repo asking the similar question, but I'm sorry I forget exactly which one asked it.
Closed due to inactivity. Please feel free to reopen if you feel it necessary.
Hi, Thanks for sharing such a great work. I am struggling to reproduce the camera+lidar results. what i did is as follows.
I am planning to train the lidar+camera model with lr/8. And is there any suggested modification of training schedule I should follow?