icon-lab / SynDiff

Official PyTorch implementation of SynDiff described in the paper (https://arxiv.org/abs/2207.08208).
Other
207 stars 38 forks source link

Questions about training #16

Closed xiayhh closed 1 year ago

xiayhh commented 1 year ago

Thank you for your contribution. I would like to ask you whether this model will take a long time and a lot of memory during training. I trained a batch size of 1 on a single 1080ti gpu, but one epoch takes four Hours, even in the second epoch, the wrong out of memory problem was reported, and the link of the T1 to T2 pre-training model of BRATS you provided seems to be the T1 to PD pre-training model of IXI. May I ask these two pre-training models? Is the training model the same? I would be very grateful if I could get your reply.

onat-dalmaz commented 1 year ago

With a batch size of 1, training on a single RTX 3090 took nearly 3 days.