uzh-rpg / EvDeblurNeRF

Code accompanying the CVPR24 paper "Mitigating Motion Blur in Neural Radiance Fields with Events and Frames"
30 stars 2 forks source link

memory error #8

Open Todd-Linxuan opened 3 months ago

Todd-Linxuan commented 3 months ago

Dear Author,

I used GTX 3090 Ti to train the model , and i'm encountering the "CUDA out of memory" error when training reached iteration 1199. Then , i set the --N_rand to 8 , the --chunk to 64 , the --netchunk to 64 , the events_N_rand to128 , the --kernel_ptnum to 3. The error still occur. What should i do to solve this problem?