yhw-yhw / D2HC-RMVSNet

The official repository of the paper "Dense Hybrid Recurrent Multi-view Stereo Net with Dynamic Consistency Checking" (ECCV2020 Spotlight)
MIT License
109 stars 9 forks source link

How much GPU is needed #16

Open liangli66 opened 2 years ago

liangli66 commented 2 years ago

Excuse me.in paper,when training you set N = 3 ,D = 128, epochs=6 Batch size = 6 on 2 NVIDIA TITAN RTX graphics cards.But,in code train.sh you set N = 4 ,D = 196, epochs=10 Batch size = 1 .When I attempt to train this network follow your train.sh ,batch =2 on 2 NVIDIA 3090(24G),11 days if training ends and GPU utilization below 46%,very slow.if batch=3,out cuda memory.why?