Multi gpu for conditional moment
malihass opened this issue · 0 comments
malihass commented
The use of multi gpu does not work with the conditional moment batch handling. Batch handler still expects the full batch size instead of batch size divided by number of GPUs
Currently I get dimension errors when calling calc_loss_cond_mom
. I suspect this has to do with the mask
dimension.