OpenDriveLab / Vista

A Generalizable World Model for Autonomous Driving
https://vista-demo.github.io
Apache License 2.0
362 stars 16 forks source link

Is it possible to debug the programes on 24G GPU? #12

Closed JunyuanDeng closed 9 hours ago

JunyuanDeng commented 2 weeks ago

Hello,

I want to debug the training process on 24G GPU then train it on larger GPUs, is it possible to do that?

I try to set the target_height and width to 64:

data:
  target: vwm.data.dataset.Sampler
  params:
    batch_size: 1
    num_workers: 16
    subsets:
      - NuScenes
    probs:
      - 1
    samples_per_epoch: 16000
    target_height: 64
    target_width: 64
    num_frames: *num_frames

But it still run OOM,

Thanks in advance for your help!