OpenDriveLab / ViDAR

[CVPR 2024 Highlight] Visual Point Cloud Forecasting
https://arxiv.org/abs/2312.17655
Apache License 2.0
235 stars 15 forks source link

What about the GPU usage when finetuning? #10

Closed dingli-dean closed 4 months ago

dingli-dean commented 4 months ago

First of all, thx for releasing this excellent work. In general, the usage of GPU in finetuning stage is obviously less than that in pre-train stage. However, I try to excute finetuning based on the pretrained model (trained with mem_efficient_vidar_1_8_nusc_3future_r50.py), the GPU usage reaches more than 40G. Thus, can you inform the GPU usage when finetuning?

Thx.

tomztyang commented 4 months ago

Hi,

Thanks for your interest.

During fine-tuning, we include the pre-trained latent rendering module, which results in the computational cost, as shown in here.

You can also refer to our fine-tuning logs at here. It costs around 40G for fine-tuning.

Thanks, Zetong

tomztyang commented 4 months ago

I will close this issue for now, feel free to re-open it for further questions.

Thanks, Zetong