Open Duotun opened 3 months ago
Actually, increasing batch size will only prolong the training time.
I am also not very familiar with network optimization. But what I can tell is where the time is spent in the training process. The main time cost lies in the backpropagation of the diffusion network and the hexplane network (about 1/2 time and 1/4 time). If you want to accelerate the optimizations, maybe you can find your way in these two processes.
Hi,
Sorry to bother you a little bit. I was curious about how to accelerate the optimizations for this 4D generation simply. Increasing batch size doesn't work very well. Thank you!
Best