NeuralRecon
NeuralRecon copied to clipboard
The SyncBatchNorm function will stop, when one of multi-GPU run into "no valid points". How to solve it?
The SyncBatchNorm function will stop when one of my GPUs runs into "no valid points". Does anyone have any idea? How to solve the problem?
I replaced the original BatchNorm function with SyncBatchNorm function. When I used the multi GPUs to train the model.