Chrixtar / latentsplat

[ECCV 2024] Implementation of latentSplat: Autoencoding Variational Gaussians for Fast Generalizable 3D Reconstruction
https://geometric-rl.mpi-inf.mpg.de/latentsplat/
MIT License
146 stars 3 forks source link

Training with a single GPU #13

Open yifliu3 opened 2 months ago

yifliu3 commented 2 months ago

Dear devs,

Thanks a lot for your work. I found the config of the code is based on the training of two GPUs. I'm wondering if I want to implement with a single GPU, how the config parameters should I change? Like the batch size and others.

Looking forward to your response!