Does any met the memory leak problem when training? My PC memory (16GB) is full after around 600 steps training. After exploring the code, I found that this is caused by rets=TRAIN_POOL.map(proc,excerpt) in kitti_loader.py. Does anyone met the similar problem and has solutions to this ?
Does any met the memory leak problem when training? My PC memory (16GB) is full after around 600 steps training. After exploring the code, I found that this is caused by
rets=TRAIN_POOL.map(proc,excerpt)
inkitti_loader.py
. Does anyone met the similar problem and has solutions to this ?