andyzeng / 3dmatch-toolbox

3DMatch - a 3D ConvNet-based local geometric descriptor for aligning 3D meshes and point clouds.
http://3dmatch.cs.princeton.edu/
BSD 2-Clause "Simplified" License
836 stars 189 forks source link

memory leak #17

Open RouPeng opened 6 years ago

RouPeng commented 6 years ago

Hello,how to deal with the memory leak during training?

andyzeng commented 6 years ago

Are you referring to the GPU memory leak from Marvin (issue #10)?

RouPeng commented 6 years ago

Yes,I changed the batch_size ,it is still leaking.