Zhengxinyang / LAS-Diffusion

MIT License
217 stars 15 forks source link

Question about training time #8

Closed jdily closed 1 year ago

jdily commented 1 year ago

Hi, thank you for sharing code of this great project. I have a question regarding the training time of the 2nd step: SDF-diffusion. Because I cannot find the training time reported in the paper, but I am currently experiencing a very long training time in the 2nd step. In my setting (with a A6000 GPU), the 1st step takes around 3 hours, but the 2nd step takes around 40 hours for training the reported epoch numbers mentioned in the paper.

Can you provide some training time information based on your experience, that will be super helpful. Thanks a lot.

Zhengxinyang commented 1 year ago

The training time between the two stages should not differ significantly. What data did you use?

jdily commented 1 year ago

Hi, me and my collaborators using a custom dataset (simple primitives and their combinations). I think the data is simpler than the shapenet data used in your paper. We will try to debug a bit to identify the problem, and will ask further questions if we face new issues.